##Flux-React-MVC Flux-React-MVC is a tiny Flux pattern implementation. Flux applications have three major parts: the dispatcher, the stores, and the views (React components). These should not be confused with Model-View-Controller. Controllers do exist in a Flux application, but they are controller-views -- views often found at the top of the hierarchy that retrieve data from the stores and pass this data down to their children. Additionally, actions — dispatcher helper methods — are often used to support a semantic dispatcher API. It can be useful to think of them as a fourth part of the Flux update cycle.
npm install
npm install -g grunt-cli
grunt
Then visit: http://localhost:3000/
The TodoMVC application was original created by Bill Fisher / Jing Chen and Shaohua (BackboneJS Implementation) Please visit the original repo here:


