- Install and start the API server
cd api-server
npm install
node server
- In another terminal window, start the client app
cd frontend
npm install
npm start
- react
- redux
- redux-saga
- redux-form
- ramda
- reselect
- flowtype
- styled-components
cd api-server
npm install
node server
cd frontend
npm install
npm start