Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 469 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 469 Bytes

TODO MVC app using Incr_dom

This is an implementation of the TODO MVC app using Incr_dom. In order to get it set up the following things were done:

  1. Clone the app template repo (https://github.com/tastejs/todomvc-app-template.git)
  2. Run npm install to populate the node_modules directory
  3. Compile using the info in ../REAMD.md in the app/js directory
  4. Run an http server or start a browser pointed at the app/ directory (python -m SimpleHTTPServer)