Skip to content

toonketels/backbone-presentation-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backbone Presentation Demo

About

Demo accompanying talk about Backbone.js on DrupalJam2013 presented by Toon Ketels.

Slides can be found at speakerdeck.

Usage

Serve the contents of the www folder from a webserver.

A node.js dev server is provided for convenience (via grunt).

Nodejs server

To use the build in server you need to have nodejs and npm installed.

The server is spun using gunt so do:

npm install -g grunt-cli

Then in this project's root directory do:

npm install
grunt build
grunt

This will run a server on port 8080, automatically compile jade/sass to html/css and watch any changes to jade/sass/js to livereload the server.

About

Demo code to accompany presentation about introduction backbone.js.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published