I am new to sails.js and trying to create a simple application on a remote sandbox server. When I execute a 'sails lift' to check if the application is starting up, I cannot access it using 'localhost' .
I am wondering how to properly manage sails on a specific IP during development . I tried 'sails lift --ip xxx.xxx.xx.xx' , but it does not work, and there is not enough documentation on this.
Does anyone know how to run sails.js on IP without the need for deployment?
source share