Example implementation of TodoMVC using flyps and snabbdom.
Just open index.html
in your favorite browser to see it in action.
To play around with the code install dependencies and start the file watcher:
npm install
npm run watch
Now you can start hacking in index.js – have fun!