Skip to content

JasonGiedymin/hello-backbonejs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hello Backbone - A tutorial

Hello Backbone is a simple Backbone.js tutorial comprised of self-explanatory "hello world" examples of increasing complexity. It is designed to provide a smoother transition from zero knowledge to the popular Todos example.

Flavours

Hello Backbone comes in different flavours. You can see the code in their respective directories. Currently offered are:

  1. js - Pure JavaScript implementation.
  2. coffeescript - CoffeeScript implementation.

Compile Docs

Use Docco like so:

docco *.js

in the root directory to compile the docs using Docco.

See it in action

http://arturadib.github.com/hello-backbonejs/

Contributions

Contributions are welcome!

About

My fork including CoffeeScript Hello World examples of increasing complexity for Backbone.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 79.1%
  • CSS 8.6%
  • JavaScript 6.4%
  • CoffeeScript 5.9%