👩💻 Join our community of thousands of amazing developers!
There are a lot of tools like ngrok that let you expose your local server to the internet. But did you know VS Code has just got this feature in the form of port forwarding so that you don’t need to install any third-party tool to do this anymore? Essentially, in the latest version of VS Code, there’s a new tab called “Ports” in the bottom panel section which lets you forward ports from your local machine to the internet. To get started, open the “Ports” tab and click on the “Forward a Port” but...