This is for the tutorial found at http://www.codeomnib.us/ember-cli-beginner-tutorial/. This will take you through the steps of creating an app using Ember CLI.
git clone
this repositorynpm install
bower install
ember server
- Visit your app at http://localhost:4200.
ember test
ember test --server
ember build
For more information on using ember-cli, visit http://iamstef.net/ember-cli/.