Sometimes we need to test localhost out on a public URL, for various reasons. We can do that with ngrok, which is a service that projects localhost ports onto a generated public URL.
To install globally, do:
$ brew cask install ngrok
Start service with:
$ ngrok http 3000