PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/README.md
Speedometer 2.0: Ember.js TodoMVC example
Test locally
npm install && bower install
npm run build
- Run a local server from the
dist
directory. (You could use npm i -g http-server
.) - Open the URL pointing to the local server in your web browser of choice.