Ngrok¶
Ngrok is a tool that allows you to expose your local web servers to the internet. It’s particularly useful for testing and sharing web applications during development. Here’s how you can use it:
Usage¶
Once Tunnelmole is installed, you can start using it with the following steps:
Start your local web server on a specific port. For example, to run a web server on port 3000, you might use:
$ ngrok http --domain=tender-haddock-fairly.ngrok-free.app 3000