https://github.com/gaubee/gq-web
GQ开发人员网络平台服务
https://github.com/gaubee/gq-web
Last synced: 7 months ago
JSON representation
GQ开发人员网络平台服务
- Host: GitHub
- URL: https://github.com/gaubee/gq-web
- Owner: Gaubee
- Created: 2016-03-02T12:46:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-05T17:14:28.000Z (over 10 years ago)
- Last Synced: 2024-12-28T17:44:49.714Z (over 1 year ago)
- Language: JavaScript
- Size: 488 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
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
```
## Note
This is just my personal boilerplate, it may or may not be a good fit for your project(s).
# License
MIT