Home

Awesome

cycle-iso

A simple isomorphic cycle app starter

This is isomorphic Cycle.js framework with falcor.js JSON Graph at heart, it does not encompass the MVI (Model, View, Intent) as to keep it as basic, cleaner, declarative and has bare minimum setting to run.

This app use webpack and babel as part of the build process.

Thanks to

New Stuff

How to extend this?

Install

npm install

to run bundler

npm run build

to run isomorphic server

npm start

optionally to run webpack-dev-server (please check driver/main.js file before doing this)

npm run webpack

PR is most welcome