Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 486 Bytes

README.rdoc

File metadata and controls

15 lines (9 loc) · 486 Bytes

Backbone.js and HTML5 Drag & Drop Uploader

This is example code meant to accompany a forthcoming Onehub blog post

Getting Started

The steps in the blog post are explicitly tagged, so the code included in the links won’t change. If you’d like to get going with the latest version of this repo:

  1. git clone git://github.com/texel/backbone_html5_uploader.git

  2. sudo gem install bundler

  3. bundle install

  4. rackup

That’s it! Happy hacking!