Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 544 Bytes

File metadata and controls

11 lines (6 loc) · 544 Bytes

Ember Tryout

Thanks in part to Tom Brandt wonderful ember walkthrough, the ember docs and the Fire Up Ember.js Peepcode screencast.

Start the server

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.