A simple library for uni-directional dataflow application architecture inspired by ReactJS Flux
TODO
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
This TodoMVC application was created by Mikael Brassman.