Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sergiopvilar/backbonejs-mvc-boilerplate
A boilerplate to work with Backbone.js using MVC based on Yeoman webapp generator.
https://github.com/sergiopvilar/backbonejs-mvc-boilerplate
Last synced: about 1 month ago
JSON representation
A boilerplate to work with Backbone.js using MVC based on Yeoman webapp generator.
- Host: GitHub
- URL: https://github.com/sergiopvilar/backbonejs-mvc-boilerplate
- Owner: sergiopvilar
- License: gpl-3.0
- Created: 2013-08-27T03:18:55.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-27T03:46:07.000Z (over 11 years ago)
- Last Synced: 2024-04-17T03:50:42.064Z (9 months ago)
- Language: JavaScript
- Size: 203 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Backbone.js MVC Boilerplate
==========================A boilerplate to work with Backbone.js using MVC based on Yeoman webapp generator.
This boilerplate uses too RequireJS, Underscore and jQuery.
## Installing
In the project root, run:
```npm install; bower install```