@javi I've been using ngrok.com, which makes it very easy to temporarily give something running locally a domain name that anyone from outside can use to access your site/app.
e.g. https://piefed.ngrok.app is running off the laptop on my office. Any code edits immediately take effect and I can watch errors scroll by in my IDE in real time, set breakpoints, etc. Very effective.