ngrok to localhost code example
Example 1: ngrok live port vue js
ngrok http 8080 -host-header="localhost:8080"
Example 2: how do you stop your ngrok tunnel
On windows machine go to command prompt:
taskkill /f /im ngrok.exe
Example 3: ngrok
Start tunnel with any port
./ngrok http http://localhost:9999
Example:
http://1ffcb38dcb8b.ngrok.io/paragonasia/
BAD:
http://1ffcb38dcb8b.ngrok.io/paragonasia
Start tunnel with prt 80
./ngrok http 80