flux-vote
A super simple Flux example app.
Motivations:
I made this super simple Flux app in order to test the Flux architecture. Feel free to retrieve my code and add your own experimentations. For more information about the Flux architecture, please visit: http://facebook.github.io/flux/
Getting started:
Install:
npm install flux-vote
Install dependencies:
npm install
Launch the app:
Open the file index.html
into your browser.
Development:
Run gulp watch
to watch your changes made into the js
folder.