https://github.com/revathskumar/todo-custom-element-backbone
Todo app using todo custom element & Backbone.js
https://github.com/revathskumar/todo-custom-element-backbone
Last synced: about 1 year ago
JSON representation
Todo app using todo custom element & Backbone.js
- Host: GitHub
- URL: https://github.com/revathskumar/todo-custom-element-backbone
- Owner: revathskumar
- License: mit
- Created: 2014-07-20T18:11:56.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-22T16:32:36.000Z (almost 12 years ago)
- Last Synced: 2025-03-26T10:47:56.123Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://revathskumar.github.io/todo-custom-element-backbone/
- Size: 418 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Todo app using custom element & Backbonejs
> Todo application using todo custom element & Backbonejs.
[Live demo](http://revathskumar.github.io/todo-custom-element-backbone/)
### Development
* Clone the repo
git clone git@github.com:revathskumar/todo-custom-element-backbone.git
* Install npm and bower dependencies
npm install & bower install
* start grunt server
grunt serve
### License
[MIT License](http://revathskumar.mit-license.org/)