Skip to content

lewisdawson/basic-backbone-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A demonstration of a very basic Backbone app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published