Front End Masters Ember.js Workshop - Setup
You can verify that you have node.js by running node -v and you should see something like v0.12.7
- run
npm install -g ember-cli - run
ember -vand 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- run
git clone [email protected]:mike-north/FEM-Ember.git github-ui cd github-uinpm install; bower install
- Install homebrew - setup instructions here
- Install watchman
brew install watchmanYou 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)
Incase you don't have bower
npm i -g bower.