Nice transition, eh?

That was native, not CSS3. Also, the resource-wide layout file is applied in this document, .

Still alive

That previous view is still living under this document: you can go back there by tapping the native back button.

Lessons learned

So far you have mastered that:

config/application.coffee configures your project settings.

The app/ folder has Steroids benefits – it's a good place for your application's views.

The www/ folder is for your other files.

The app/ and www/ folders are brought together as the dist/ folder.

http://localhost/ serves your project files from dist/.

Next up

In the next part you learn about controllers:

$ steroids generate tutorial controllers

Hope to see you there soon!