Skip to content

developing-an-emberjs-edge/ember-trackr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Sample app for Developing an Ember.js Edge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%