Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 514 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 514 Bytes

flyps TodoMVC Example

Example implementation of TodoMVC using flyps and snabbdom.

Getting started

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!