/basic-backbone-app

A demonstration of a very basic Backbone app.

Primary LanguageJavaScript

basic-backbone-app

A simple demonstration application that can be used as a basic Backbone template. Open the index.html file to view the example.

Prerequisites

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

Technologies

The technologies used for the application include:

  1. Backbone - JS Framework
  2. Bootstrap - Responsive HTML Design
  3. Handlebars - HTML Templating
  4. jQuery - JavaScript Library
  5. Underscore - JavaScript Library