Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 645 Bytes

README.md

File metadata and controls

37 lines (28 loc) · 645 Bytes

Unicafe-redux application

Navigate to the ~/FullStackChallenge/part6/unicafe-redux folder

First you moust install all the project dependencies

$ npm install

Run the application with

$ npm start

Run the unitests with

$ CI=true npm run test

Redux-anecdotes application

Navigate to the ~/FullStackChallenge/part6/redux-anecdotes folder

First you moust install all the project dependencies

$ npm install

This react based application works with a json-server backend application running on port 3001, run it with:

$ npm run server

Run the application with

$ npm start