flux-riot app generator
- flux architecture from Facebook: https://github.com/facebook/flux
- riotjs: https://github.com/muut/riotjs
To install generator-flux-riot from npm, run:
$ npm install -g generator-flux-riot
Create flux-riot app by running:
$ yo flux-riot
After created your app folder, go into the app folder, and run:
$ npm install
$ npm test
$ npm start
Then you can start to write your own app logic.
MIT