This is port of official TodoMVC Flux example from Facebook: http://github.com/facebook/flux/blob/master/examples/flux-todomvc - files structure and most of variable names are the same.
Flux Dispatcher and EventEmitter (used in Store) are replaced with Kefir.js FRP library: http://pozadi.github.io/kefir/
JavaScript code is written in ES6 with modern React 0.13 class syntax, transpiled by Babel
npm install
webpack