Change your host files (sudo nano /etc/hosts) and add:
127.0.0.1 myapp.local
Should be accessible inside of your browser at myapp.local:9000
Also, ngrok as mentioned by Swizec is cool but it generates its own url and not myapp.local.
ngrok is cool for testing on multiple devices no matter where they are. setup ngrok and forward the link to my brother on Windows for IE and my other one running Linux for whatever otherside of the planet. Pretty dope.
Change your host files (sudo nano /etc/hosts) and add:
127.0.0.1 myapp.local
Should be accessible inside of your browser at myapp.local:9000
Also, ngrok as mentioned by Swizec is cool but it generates its own url and not myapp.local.
ngrok is cool for testing on multiple devices no matter where they are. setup ngrok and forward the link to my brother on Windows for IE and my other one running Linux for whatever otherside of the planet. Pretty dope.