1.1.0 • Published 9 years ago

noscript-todo v1.1.0

Weekly downloads
17
License
-
Repository
github
Last release
9 years ago

Yet Another TODO app built with noscript

Simple TODO app build on top of the Noscript

Getting start

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.

Development

You can use grunt watch task.

File structure

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.

Custom web server

It use simple custom web server to handle models' request with mocks, be sure to check out server.js script.

1.1.0

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago