This starter kit provide you with all dev equipment for easy React starting.
- Using Redux-form
- Using Styled-components
- Using Immutable
- Using Redux
- Using Redux-thunk
- Using Webpack 3
- Using React-router-v4
- Using Jest and Enzyme for testing
- Updating every season
- React updated to 16.3.2 v.
- Add Immutable
- Add Styled-components
- Add Redux-form
You can also:
- Use another middlewares for Redux and tools for async requests besides redux-thunk
- Edit or configure your own eslintrc
- Starter kit is highly easy and flexible
Starter kit requires Node.js and NPM/Yarn to run.
Install the dependencies and devDependencies and start the server.
$ npm install
or
$ yarn install
For development evironment
$ npm run dev
For production environment
$ npm run prod
For testing environment
$ npm run test
ISC