Because you shouldn't have to repeat yourself. Start your app, FAST.
- React
- Redux
- Babel
- Webpack
- PostCSS
- CSS Modules
- Autoprefixer
- Rucksack
- React Router Redux
- Redux DevTools Extension
- Enzyme
- Redux effects (to come)
$ npm install
$ npm start
$ npm test
$ npm run build
This boilerplate contains an example TODO application to demonstrate how to create React components and containers, Redux actions and reducers, and tests. To view the TODO branch:
$ git checkout todo
MIT
Forked from @TJ's frontend-boilerplate.