npm install
to see the example without a pre-rendered DOM (this is just a standard Ember app, nothing special)...
grunt server
to simulate a pre-rendered DOM in the initial HTML response (Ember will re-bind when it loads on the client)...
grunt server --prerender
For now, check out the magic in app/app.js
This is built on top of Ember App Kit and TodoMVC-EAK