/ember-run-loop-visual

Interactive visualization of the Ember Run Loop

Primary LanguageJavaScript

Ember Run Loop, Visualized

See it live here.

Building

Clone this repo, cd in the new directory, then:

npm install
bower install

To run a local server:

grunt server

To build for deployment:

grunt build:dist