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 browserify
Install the project dependencies.
npm install
Generate the bundle.js file, which wraps all of the application's dependencies via Browserify, prior to viewing the index.html file.
sh bin/bundle.sh
The technologies used for the application include:
- Backbone - JS Framework
- Bootstrap - Responsive HTML Design
- Handlebars - HTML Templating
- jQuery - JavaScript Library
- Underscore - JavaScript Library