ReactJS w. RefluxJS TodoMVC Example
July 29, 2015 ยท View on GitHub
A simple library for uni-directional dataflow application architecture inspired by ReactJS Flux
Implementation
TODO
Running
Install dependencies with bower and npm. You'll first need to have bower and npm installed to do so. Then run the following:
bower install && npm install
This project comes with a grunt task to runs a connect web server and opens up the web browser for you. Just run:
grunt
Credit
This TodoMVC application was created by Mikael Brassman.