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 linkThen create a new flow app:
$ cd your/code/repo$ flow new hello_worldAfter it does it's install thingy, cd into the directory and then:
$ npm link flow$ flow serverHack away!!!