Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 822 Bytes

README.md

File metadata and controls

52 lines (34 loc) · 822 Bytes

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.