Skip to content
This repository has been archived by the owner on Oct 23, 2018. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 457 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 457 Bytes

Getting Started

This example was used for a 2 hour Ember.js training. Here are the slides. You'll need the follow installed.

  • Ruby

      brew install rbenv ruby-build
      rbenv install 2.0.0-p353 # at least 1.9.3
      rbenv rehash
      gem update --system
      gem install bundler rails
    
  • NPM, bower

      brew install node
      npm install -g bower