We spend a large amount of time to setup a project; changing file structure, installing libraries, create reusable components and so on. The purpose of using the project is to minimize the redundant effort to setup a project from scratch. In the boilerplate, it contains only commonly-used libraries and the all setup done for you.
- react-fontawesome
- bootstrap
- emotion
- react-dom
- react-loadable
- react-redux
- react-router-dom
- react-select
- reactstrap
- redux
- redux-logger
- redux-thunk
- Download zip
yarn install
ornpm install
yarn start
ornpm start
This project is available under the MIT license.