Home / Blog /

Easily share local website using ngrok

3 years ago

Easily share local website using ngrok

Have a small update you would like to showcase to your colleagues? It is incredibly easy to share a local website using ngrok

👀 492 views

After downloading ngrok, and following the instructions listed on their website, you should be able to run ngrok commands. Using the following command you can easily share your website

ngrok http -host-header=[your-custom-local-domain] [port]

Use whatever port your domain is being exposed on. Ngrok will generate a URL you can share with your colleagues!