assuming you already have the node configured in its correct version and it is with the API published on port 3000...
npm install
npm run webpack:server
npm run webpack:build
Even with the long time to develop the challenge, I leave below some items that I consider important but have not had time to solve:
- Uncouple mote the side effects in the sagas.
- Display controlled API errors with app messages.
- Create specs with Jest.
- Configure an linter, ESlint sure xD!
- Host the app in heroku with superstatic.
- Reduce the number of request to update the main state.
If you are interested in evaluating my most proud project is an real time chat, with react and all this project stack with rails and action cable in server: