Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tj/frontend-boilerplate
webpack-react-redux-babel-autoprefixer-hmr-postcss-css-modules-rucksack-boilerplate (unmaintained, I don't use it anymore)
https://github.com/tj/frontend-boilerplate
Last synced: about 2 months ago
JSON representation
webpack-react-redux-babel-autoprefixer-hmr-postcss-css-modules-rucksack-boilerplate (unmaintained, I don't use it anymore)
- Host: GitHub
- URL: https://github.com/tj/frontend-boilerplate
- Owner: tj
- Archived: true
- Created: 2015-12-29T17:50:30.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-14T17:33:50.000Z (over 6 years ago)
- Last Synced: 2024-09-20T20:01:52.067Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 54.7 KB
- Stars: 2,925
- Watchers: 85
- Forks: 268
- Open Issues: 19
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
__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](https://webpack.github.io)
- [x] [React](https://facebook.github.io/react/)
- [x] [Redux](https://github.com/reactjs/redux)
- [x] [Babel](https://babeljs.io/)
- [x] [Autoprefixer](https://github.com/postcss/autoprefixer)
- [x] [PostCSS](https://github.com/postcss/postcss)
- [x] [CSS modules](https://github.com/outpunk/postcss-modules)
- [x] [Rucksack](http://simplaio.github.io/rucksack/docs)
- [x] [React Router Redux](https://github.com/reactjs/react-router-redux)
- [x] [Redux DevTools Extension](https://github.com/zalmoxisus/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