Skip to content

Latest commit

 

History

History

05-board-backbone-parse-sdk

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Chat

Chat: Backbone + Parse.com

Parse.com

Modify

	Parse.initialize("...", "...");

To your values.

Dependancies (already included)

  • RequireJS 2.0.2 included in /libs
  • RequireJS Text plug-in 2.0.0 included in /libs
  • jQuery 1.7.2 hot-linked from Google APIs
  • Backbone 0.9.2 hot-linked from CDNJS
  • Underscore 1.3.3 hot-linked from CDNJS
  • Bootstrap 2.0.4 included in /css, /img, /js

Installation

Just download/fork/clone and launch index.html in a browser with HTTP server.

Why?

I found Backbone Boilerplate too complicated and too big for the boilerplate.

Another good sample app Sample App with Backbone.js and Bootstrap

More tutorials https://github.com/documentcloud/backbone/wiki/Tutorials%2C-blog-posts-and-example-sites

To do

  • Add models and collections
  • Add extra page with examples