Ngrok is like a secret tunnel for your computer. It lets you show websites or web apps that you're working on to other people online, even if those sites are only on your own computer. Normally, if you want to show someone a website you made, you have to put it on the internet first. But with Ngrok, you don't have to do that. It sets up a special link that connects your computer to the internet securely. This means that anyone with that link can see what's on your computer, like they're visiting a regular website. It's like having a secret door from the internet straight to your computer's stuff!
Download and open ngrok.exe
<aside> ⬇️ https://dashboard.ngrok.com/get-started/setup/windows
</aside>
Add Auth Token Give your auth token here
<aside> 💡 Get your Auth Token Here after Logging in https://dashboard.ngrok.com/get-started/your-authtoken
</aside>
ngrok config add-authtoken "Give auth Token here"
Deploy your app online
ngrok http <http://localhost>:"Give Port Number here"
<aside>
🌐 Create Custom Domain https://dashboard.ngrok.com/cloud-edge/domains after the domain gets generated the command will be displayed there Simply run it int he ngrok
terminal.
</aside>
Last Updated : February 12, 2024