- Semantic UI framework
- Airbnb eslint config with little improvements
- react-router for navigation
- ValidatorJS for string validation
- Redux state container with devtools
- Redux Thunk for async actions
- Axios for all kind of HTTP requiests (you might not need firebase)
- Firebase for token-based authorization and data storing
git clone https://github.com/ragozin-n/react-dashboard-boilerplate.git
cd react-dashboard-boilerplate && yarn installPlace firebase_config.json to root directory and start develop with
yarn startor build production code with
yarn build