Skip to content

codemancode/ember-tryout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published