Skip to content

sophietk/backbone-start

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

backbone-start

A simple web app to get started with Backbone.js

Aim

The aim is to develop a small application using router, views, models and collections. Read Backbone documentation for details.

Here is the application we want to build :

App diagram

Required

Use node to start the server on port 5000 :

node server/server.js

Exercises

Follow the instructions at http://localhost:5000.

To go further

  • Use a template engine, like Mustache, to split templates from views (documentation and download links).
  • Use Require.js or another AMD loader, to load your files and use them as modules by dependency references, instead of listing all files in order in index.html head.

About

A simple web app to get started with Backbone.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published