0
EDITED
I was able to create routes with an example from the site itself.
But I noticed that the controllers are in the same main file app.js
and the views stay in the archive index.html
.
I wonder if you have how to separate this content into different files, where each screen was in an own html file with its own js file.
Ex:
index.html | app.js home.html | home.js help.html | help.js