Skip to content

Instantly share code, notes, and snippets.

@mike-north
Last active October 8, 2015 15:08
Show Gist options
  • Save mike-north/a08eb0776bdef9927c10 to your computer and use it in GitHub Desktop.
Save mike-north/a08eb0776bdef9927c10 to your computer and use it in GitHub Desktop.
frontendmasters.com - Ember 2.0 workshop - project setup

Front End Masters Ember.js Workshop - Setup

Windows + OS X

Make sure you have node.js installed.

You can verify that you have node.js by running node -v and you should see something like v0.12.7

Install ember-cli

  • run npm install -g ember-cli
  • run ember -v and you should see something like this printed to the console:
version: 1.13.8
node: 0.12.7
npm: 2.13.4
os: darwin x64

Clone the already-set-up project for this course

  • run git clone [email protected]:mike-north/FEM-Ember.git github-ui
  • cd github-ui
  • npm install; bower install

OS X only (optional enhancements to speed things up)

brew install watchman

You can verify that watchman is installed by running watchman -v you should see something like 3.7.0 printed to the console

  • Install XCode command line tools
xcode-select --install
  • Install XCode (Optional)
@web20opensource
Copy link

same me @elitenomad

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment