https://github.com/llopez/my-tasks
Another tasks application made with Backbone.js, Twitter Boostrap & Rails
https://github.com/llopez/my-tasks
Last synced: about 1 year ago
JSON representation
Another tasks application made with Backbone.js, Twitter Boostrap & Rails
- Host: GitHub
- URL: https://github.com/llopez/my-tasks
- Owner: llopez
- Created: 2013-05-20T17:20:55.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-05-25T18:25:11.000Z (about 13 years ago)
- Last Synced: 2023-03-11T04:12:16.415Z (over 3 years ago)
- Language: JavaScript
- Size: 184 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
My Tasks
=======
My Tasks is a Rails + Backbone.js Application. It was made with the only purpose of learning.
Libs
----
* Underscore.js - Backbone.js dependency
* Backbone.js - awesome MVC JavaScript framework
* jQuery - JavaScript library
* CoffeeScript - Little language that compiles into JavaScript
Install and use it
------------------
git clone [git-repo-url] MyList
cd MyList
bundle exec rake db:create db:migrate
bundle exec rails s
open http://localhost:3000