This is an implementation of the TODO MVC app using Incr_dom. In order to get it set up the following things were done:
- Clone the app template repo (https://github.com/tastejs/todomvc-app-template.git)
- Run
npm install
to populate the node_modules directory - Compile using the info in
../REAMD.md
in the app/js directory - Run an http server or start a browser pointed at the app/ directory (
python -m SimpleHTTPServer
)