/ember-trackr

Sample app for Developing an Ember.js Edge

Primary LanguageJavaScript

Ember Trackr

This is the sample app for the book Developing an Ember.js Edge published by Bleeding Edge Press.

Getting Started

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