Really simple React + Redux boilerplate.
This boilerplate was made by @sampol18
- Base Configuration to JWT
- Basic configuration in Actions and Reducers to manage Auth
- Hot Module Reloading
- scss loader
- Autoprefixer configuration
yarn install
- To start:
- In Development:
yarn start:dev
- In Production:
yarn start