https://github.com/jhen0409/isomorphic-react-flux-boilerplate
[Deprecated] Boilerplate for Isomorphic React/Flux project with live editing.
https://github.com/jhen0409/isomorphic-react-flux-boilerplate
Last synced: 5 days ago
JSON representation
[Deprecated] Boilerplate for Isomorphic React/Flux project with live editing.
- Host: GitHub
- URL: https://github.com/jhen0409/isomorphic-react-flux-boilerplate
- Owner: jhen0409
- License: mit
- Created: 2015-03-06T10:25:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-13T00:28:34.000Z (over 10 years ago)
- Last Synced: 2025-09-21T18:56:14.210Z (19 days ago)
- Language: JavaScript
- Homepage:
- Size: 194 KB
- Stars: 6
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# isomorphic-react-flux-boilerplate
[](https://www.npmjs.com/package/isomorphic-react-flux-boilerplate)
[](https://travis-ci.org/jhen0409/isomorphic-react-flux-boilerplate)Boilerplate for Isomorphic React/Flux project with live editing. (server use [iojs](https://github.com/iojs/io.js) & [koa](https://github.com/koajs/koa), Flux library use: [fluxible](https://github.com/yahoo/fluxible))
### Install
```
# required iojs-v2.x.x
npm install# gem
gem install compass sass
```### Run
```
# development
npm run dev# build & start production server
npm run build
npm start
```### License
[MIT](LICENSE)