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.

0 Responses to "Tunnel localhost to the internet":