EDITED
I was able to create routes with an example of the site itself.
But I noticed that the controllers are in the same main file app.js
and the views are in the index.html
file.
I would like to know if you can separate this content into different files, where each screen would be in an own html file with your own js file.
Ex:
index.html | app.js home.html | home.js help.html | help.js