Once your project has been created, you can launch the app by typing
$ sails lift
By default, you can access the app in the browser on port 1337. The URL with the port is shown in the terminal.
Another way to start the Sails app is with the node command:
$ node app.js
However, you lose some...