Creating New Templates

In this lesson, you’ll learn how to create new templates and add song ratings in our application.

We'll cover the following

On the same page where bands are listed but none are selected, on the /bands URL, we also want to hint at having to choose one of them to see their songs. Each route’s index route allows us to do just that. So, let’s create a template for bands.index using the following command:

ember g template bands/index

In the terminal widget below, you can try the above command.

Get hands-on with 1200+ tech skills courses.