Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ccoenraets/directory-backbone-browserify
Browserify sample applicarion, using Backbone and Handlebar templates
https://github.com/ccoenraets/directory-backbone-browserify
Last synced: 17 days ago
JSON representation
Browserify sample applicarion, using Backbone and Handlebar templates
- Host: GitHub
- URL: https://github.com/ccoenraets/directory-backbone-browserify
- Owner: ccoenraets
- Created: 2014-01-10T17:22:35.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-10T18:01:37.000Z (almost 11 years ago)
- Last Synced: 2024-07-31T22:44:48.272Z (3 months ago)
- Language: JavaScript
- Size: 1.49 MB
- Stars: 83
- Watchers: 5
- Forks: 14
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Browserify sample application ##
Sample application using Browserify, Backbone, and Handlebars templates.
http://coenraets.org for more info
### Running the app ###
1. npm install
2. browserify -t hbsfy app.js -o bundle.js
3. Open index.html