https://github.com/gilbert/staticmatic-js-app-starter
Quick starter for backbone.js, underscore.js, and jquery
https://github.com/gilbert/staticmatic-js-app-starter
Last synced: 9 months ago
JSON representation
Quick starter for backbone.js, underscore.js, and jquery
- Host: GitHub
- URL: https://github.com/gilbert/staticmatic-js-app-starter
- Owner: gilbert
- Created: 2011-03-17T03:44:06.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2012-12-15T22:20:45.000Z (over 13 years ago)
- Last Synced: 2025-09-11T09:45:00.914Z (10 months ago)
- Language: JavaScript
- Homepage: github.com/mindeavor/staticmatic2
- Size: 363 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StaticMatic JS Starter App
Includes:
- Underscore.js 1.4.3
- Backbone.js 0.9.9
- jQuery 1.8.3
To use:
$ staticmatic add js-app git://github.com/mindeavor/staticmatic-js-app-starter.git
$ staticmatic init my-new-project --skeleton=js-app
The first line stores a named reference (`js-app`) to a repository of your choosing. You only need to do this once.
The second line clones the referenced repository into a freshly created `my-new-project` folder, as well as removes the `.git/` folder so you can do your own `git init`.
Visit [https://github.com/mindeavor/staticmatic2](https://github.com/mindeavor/staticmatic2) for more info.