A simple example of isomorphic Flux application using Koa, Fluxible, React and React-router.
This project is based on the following repository.
- Koa 2.x
- Fluxible
- React 15.x
- React-router 3.x
- Babel 6.x
- Webpack 2.x
$ git clone https://github.com/hirofumii/fluxible-koa-example.git myapp
$ cd myapp
$ npm install
$ npm run build
# Development mode
$ npm run dev
or
# Production mode
$ npm start
Open your browser, and visit http://localhost:3000
to check the result.
- node 6.x
This project has been tested using the node v6.