Learn the basics of building Ember applications. This trail is under development, and will have additional exercises added soon.
The first steps of taking an HTML mock and turning it into an interactive Ember application. Learn how to use the outlet helper and create your first route.
Next we're going to make a model to describe our notebooks.
Now that we have the application listing our notebooks we'll want to be able to add, edit and delete notebooks.