Showing Something on the Index Page

In this lesson, you’ll learn how to show the list of bands on the index page of our app.

Remember, since we connect the app to a remote back-end, we have to pass the proxy option to start the Ember server using following command:

ember s --proxy=http://json-api.rockandrollwithemberjs.com

Only header at the root of application

When we visit the root of our application, nothing is shown except the header:

Get hands-on with 1200+ tech skills courses.