A simple react app that displays news regarding the Earth's water, water usage by country and a quiz.
This was crearted for the course Agile software project management - DIT257
- Install nodejs
- install yarn
- Navigate to app/ inside the repo
yarn upgrade
- (for production build)
npm i -g serve
yarn test --env jest-environment-jsdom-sixteen
yarn start
yarn build
serve -s build -l [port]