An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# isomorphic-react-flux-boilerplate
[![NPM version](http://img.shields.io/npm/v/isomorphic-react-flux-boilerplate.svg?style=flat)](https://www.npmjs.com/package/isomorphic-react-flux-boilerplate)
[![Build Status](https://travis-ci.org/jhen0409/isomorphic-react-flux-boilerplate.svg?branch=try-travis)](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)