Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/janhancic/backbone-ga-class
https://github.com/janhancic/backbone-ga-class
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/janhancic/backbone-ga-class
- Owner: janhancic
- License: mit
- Created: 2013-10-30T19:15:55.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-30T22:04:52.000Z (about 11 years ago)
- Last Synced: 2024-10-16T08:47:52.619Z (2 months ago)
- Language: JavaScript
- Size: 1.16 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## London JS Night Classes: Backbone
This the project I made as part of the [London JS Night Class](http://eventhandler.co.uk/events/ldnjsnightclass-backbone2).
## License
Licensed under MIT. See `LICENSE.md` file for details.# Class materials for 'Web apps with Backbone'
Example code for the class, demonstrating two approches to writing a simple exercise app.
## Running
Designed to be work locally - just open the `.html` files and you're off.
## MVC
A version of the exercise app in Backbone.js, with routing.
## Non-MVC
An unstructed version of the exercise app. No routing.
## Fake XHR
To keep things simple, there is a fake XHR implementation. No servers to run.