https://github.com/l2silver/frontend-boilerplate-blackbox
A modified version of TJs frontend-boilerplate showing react-redux-blackbox in action
https://github.com/l2silver/frontend-boilerplate-blackbox
Last synced: 6 months ago
JSON representation
A modified version of TJs frontend-boilerplate showing react-redux-blackbox in action
- Host: GitHub
- URL: https://github.com/l2silver/frontend-boilerplate-blackbox
- Owner: l2silver
- Created: 2016-09-10T20:59:30.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-14T04:01:51.000Z (almost 10 years ago)
- Last Synced: 2024-12-29T18:34:54.884Z (over 1 year ago)
- Language: JavaScript
- Size: 55.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# 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 unlesse I have time to update it to match my current workflow.
# License
MIT