https://github.com/revathskumar/bb-localstorage-todo
A BackBone Local Storage Todo App
https://github.com/revathskumar/bb-localstorage-todo
Last synced: about 1 month ago
JSON representation
A BackBone Local Storage Todo App
- Host: GitHub
- URL: https://github.com/revathskumar/bb-localstorage-todo
- Owner: revathskumar
- Created: 2012-11-01T20:50:11.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-05-15T15:46:56.000Z (about 13 years ago)
- Last Synced: 2025-01-25T16:11:20.492Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://revathskumar.github.com/bb-localstorage-todo/
- Size: 488 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A BackBone Local Storage Todo App
* A simple Backbone Todoapp build with [yeoman](http://yeoman.io) & [Grunt](http://gruntjs.com/)
* Uses browser localstorage for save the todos.
* Production code available in [gh-pages](https://github.com/revathskumar/bb-localstorage-todo/tree/gh-pages)
* [Live Preview](http://revathskumar.github.com/bb-localstorage-todo/).
## Setup
$ git clone git@github.com:revathskumar/bb-localstorage-todo.git
$ cd bb-localstorage-todo
$ npm install
$ bower install
## Try it
$ grunt server
## Build
$ grunt build
## License
Please see [License](http://revathskumar.mit-license.org/)