Create a simple application
For create a empty app, you have to type
ember new ember-basic-workshop
And you will get a folder with your new app.
Please go to the folder, and run the app, you have to type:
cd ember-basic-workshop
ember serve
Then, please go to localhost:4200, and you will see this: