A simple web app to get started with Backbone.js
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 :
Use node to start the server on port 5000 :
node server/server.js
Follow the instructions at http://localhost:5000.
- 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.