Skip to content

A simple example of isomorphic Flux application using Koa, Fluxible, React and React-router.

License

Notifications You must be signed in to change notification settings

hsandbox/fluxible-koa-example

Repository files navigation

Fluxible Koa Example

A simple example of isomorphic Flux application using Koa, Fluxible, React and React-router.

This project is based on the following repository.

Packages used

  • Koa 2.x
  • Fluxible
  • React 15.x
  • React-router 3.x
  • Babel 6.x
  • Webpack 2.x

Get Start

Install

$ git clone https://github.com/hirofumii/fluxible-koa-example.git myapp
$ cd myapp
$ npm install

Build

$ npm run build

Start

# Development mode
$ npm run dev
or
# Production mode
$ npm start

Open your browser, and visit http://localhost:3000 to check the result.

Engine

  • node 6.x

This project has been tested using the node v6.

About

A simple example of isomorphic Flux application using Koa, Fluxible, React and React-router.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published