Last updated 3 years ago
Was this helpful?
I use it to tunnel my localhost server to share with other people. Useful for development.
Say I started my local server on port 3000. This command: ngrok http 3000 will create a shareable link of my tunneled server.
ngrok http 3000