This is the sample app for the book Developing an Ember.js Edge published by Bleeding Edge Press.
Our development toolchain consists of Ember Tools and Testem. Install both with npm:
$ npm install ember-tools testem
Testem will watch all project files, rebuild the app, and run the test
suite automatically whenever it spots a change. Boot it with the
testem
command and follow the displayed instructions:
$ testem
To preview the app, open index.html
in your browser of choice:
$ open index.html