Testing, Tools

Test Localhost on a Public URL

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

Standard

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.