Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hekike/es6-immutable-react
React 0.13 with ES6, Immutable.js and Flux, Isomorphic as well
https://github.com/hekike/es6-immutable-react
Last synced: about 1 month ago
JSON representation
React 0.13 with ES6, Immutable.js and Flux, Isomorphic as well
- Host: GitHub
- URL: https://github.com/hekike/es6-immutable-react
- Owner: hekike
- License: mit
- Created: 2015-03-08T09:49:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-10T08:01:36.000Z (over 9 years ago)
- Last Synced: 2024-04-14T20:10:21.740Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 188 KB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ES6 Immutable React and Isomorphic
- React 0.13 in ES6 syntax with Immutable.js and pure FB Flux
- Multiple instances from the app can be created.
- Isomorphic app. (server and client side render as well)## How to run
### As Isomorphic app
`npm install` will build the bundled client code in `postinstall`
`npm start`### Only client side
`npm install`
`npm run build` or `npm run watch`Server dist with `node-static` or similar:
```
npm install -g node-static
static dist
```