0.0.2 • Published 8 years ago

supersonic.js v0.0.2

Weekly downloads
2
License
ISC
Repository
-
Last release
8 years ago

flow

A micro javascript framework built on React and Redux

Not released yet, still a major work in progress

Development

First fork the repo and then run:

$ cd path/to/repo
$ npm link

Then create a new flow app:

$ cd your/code/repo
$ flow new hello_world

After it does it's install thingy, cd into the directory and then:

$ npm link flow
$ flow server

Hack away!!!