I am very new to node, and just trying to start building an app in the sails framework.
I would like to point http://mywebsite.local to the sails app on localhost:1337 if possible?
I have added an entry to the windows hosts file as such:
127.0.0.1:1337 mywebsite.local
Thanks