Simple TODO List built with Noscript
npm install noscript-todoYet Another TODO app built with noscript
=============
Simple TODO app build on top of the Noscript
Clone the repo and build the project
```
npm i && grunt
It will take care of all the stuff:
* install all dependencies (using npm)
* run grunt tasks
* run server
To stop the server stop the current process with CTRL+C.
You can use grunt watch task.
There're models and views declarations each inside it's folder. Views also have yate templates and css file (each view is an independent block).
Layouts and routes live inside their separate folders.
It use simple custom web server to handle models' request with mocks, be sure to check out server.js` script.