TodoMVC example app written in CoffeeScript (+ cjsx) using React & Immutable.js.
Persists data to Local Storage after changes.
Uses browserify for builds and watchify for live builds.
Live demo available @ https://rawgit.com/hoppula/react-immutable-todomvc/master/public/index.html
First, clone the repo...
git clone git@github.com:hoppula/react-immutable-todomvc.git
Then install the npm and bower modules
$ npm install
$ npm run bower
build
$ npm run build
watch
$ npm run watch
start server
$ npm run server
then go to http://localhost:4000/