Sails's default port is 1337, so if you visit http://localhost:1337 you should get the Sails default index.html page. Now, let's have a look at what Sails generated for us. In our myNewProject folder the following files and sub-folders were created: The assets Folder The assets folder contains subdirectories for the Javascript and CSS files that should be loaded during runtime. This is the best pl