A simple demonstration application that can be used as a basic Backbone template. Open the index.html file to view the example.
Install Browserify globally for ease of use.
npm install -g browserifyInstall the project dependencies.
npm installGenerate the bundle.js file, which wraps all of the application's dependencies via Browserify, prior to viewing the index.html file.
sh bin/bundle.shThe technologies used for the application include:
- Backbone - JS Framework
- Bootstrap - Responsive HTML Design
- Handlebars - HTML Templating
- jQuery - JavaScript Library
- Underscore - JavaScript Library