Speedometer 2.0: Ember.js TodoMVC example

Test locally

  1. npm install && bower install
  2. npm run build
  3. Run a local server from the dist directory. (You could use npm i -g http-server.)
  4. Open the URL pointing to the local server in your web browser of choice.