The lightweight react start, help you to start your project quickly.
- Node v9.0.0
- React v16.2.0
- ReactDom v16.2.0
- ReactRouterDom v4.1.2
- ReactBootstrap: v0.31.1
- Redux v3.7.2
- ReactRedux v5.0.5
- React-Hot-Loader v1.3.0
- Styled Component v2.1.1
- eslint v2.11.1
- ES6 Support
- yarn
- webpack v4 Support
- Redux Logger 2.6.1v
git clone https://github.com/madeinfree/react-basic-starter.git
ln -s .envs/.dev.env .env
yarn i && yarn start:dev
ln -s .envs/.prod.env .env
yarn start:prod
MIT