git clone git@github.com:Exelord/ember-await.git
cd ember-await
npm install
npm run lint:hbs
npm run lint:js
npm run lint:js -- --fix
ember test – Runs the test suite on the current Ember version
ember test
ember test --server – Runs the test suite in "watch mode"
ember test --server
ember try:each – Runs the test suite against multiple Ember versions
ember try:each
ember serve
Visit the dummy application at http://localhost:4200arrow-up-right.
For more information on using ember-cli, visit https://ember-cli.com/arrow-up-right.
Last updated 5 years ago