frontend-boilerplate
frontend-boilerplate copied to clipboard
webpack-react-redux-babel-autoprefixer-hmr-postcss-css-modules-rucksack-boilerplate (unmaintained, I don't use it anymore)
__I don't use this anymore, it's unsupported, I'd recommend https://parceljs.org/
Frontend Boilerplate
A boilerplate of things that mostly shouldn't exist.
Contains
- [x] Webpack
- [x] React
- [x] Redux
- [x] Babel
- [x] Autoprefixer
- [x] PostCSS
- [x] CSS modules
- [x] Rucksack
- [x] React Router Redux
- [x] Redux DevTools Extension
- [ ] Redux effects
- [x] TodoMVC example
Setup
$ npm install
Running
$ npm start
Build
$ npm run build
Note
My personal projects have diverged from this quite a bit, I use browserify now instead etc, but feel free to use this if it fits your needs! I won't be updating it a ton for now unless I have time to update it to match my current workflow.
License
MIT