Thanks in part to Tom Brandt wonderful ember walkthrough, the ember docs and the Fire Up Ember.js Peepcode screencast.
Since the browser refused to run javascript from the filesystem locally, you can run a barebones python http server in order to not have to upload all your stuff.
python -m SimpleHTTPServer 3001
Then go to your browser and hit localhost:3001.