Showing posts with label ngrok. Show all posts
Showing posts with label ngrok. Show all posts

Tunnel localhost to the internet

Posted on by Kim


Use ngrok

How to use ngrok:

Download and install ngrok. If you have npm installed, you can use: npm install -g ngrok Otherwise you can download it from the ngrok website

From the command line, run ngrok http $PORT replacing $PORT with the port you want.