A boilerplate for React-Redux-Recompose projects based on create-react-app.
This setup also includes the following:
- React-Router v4
- React-Router-Redux v5
- Redux-Persist (with localforage)
- Sass pre-processor
- Run
npm installto get the necessary library files. - Then, run
yarn start.
See the LICENSE file for license rights and limitations (MIT).