Navigate to the ~/FullStackChallenge/part6/unicafe-redux
folder
$ npm install
$ npm start
$ CI=true npm run test
Navigate to the ~/FullStackChallenge/part6/redux-anecdotes
folder
$ npm install
This react based application works with a json-server backend application running on port 3001, run it with:
$ npm run server
$ npm start