Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 538 Bytes

README.md

File metadata and controls

30 lines (26 loc) · 538 Bytes

Sample Application built with Backbone.js and Ratchet 2.0

Online Demo

Dependency

  • middleman
  • middleman-bower
  • middleman-deploy
  • underscore
  • backbone
  • zepto
  • ratchet

Setup

# Initialize
git clone https://github.com/bbtfr/backbone-ratchet.git your-project-folder
cd your-project-folder
git remote rm origin
git remote add origin your-git-url

# Setup
bundle install
middleman bower install

# Start the server
middleman