Collaborating on this React app:
You will need the following things properly installed on your computer.
git clone <repository-url>
this repository- change into the new directory
npm install
nwb serve
will run the app- Visit the app at http://localhost:3000
nwb test
will run the tests oncenwb test --server
will run the tests on every change
nwb build
(production)nwb build --set-env-NODE_ENV=development
(development)