Skip to content

Instantly share code, notes, and snippets.

@kavitshah8
Created February 3, 2015 16:34
Show Gist options
  • Save kavitshah8/96d20167f68dbc0b887e to your computer and use it in GitHub Desktop.
Save kavitshah8/96d20167f68dbc0b887e to your computer and use it in GitHub Desktop.
Ember-CLI Essentials:
  1. ember new ; ember build; ember s
  2. Install necessary libraries using ember-cli addon. For example, bootstrap, ic-ajax
  3. Include installed libraries in the Brocfile.js. Note: You need to include libraries which are installed using bower not npm.
  4. Make sure you can talk to server.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment