Source code

Revision control

Copy as Markdown

Other Tools

# Speedometer 2.1: 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`](https://github.com/indexzero/http-server).)
4. Open the URL pointing to the local server in your web browser of choice.