Creating Temporary Public URLs

Creating Temporary public URLs that point to the local server you have setup.

Serveo — This tool will create a tunnel with SSH to your local machine

ssh -R 80:localhost:80 serveo.net

This will create a unqiue URL that can be shared anywhere with an internet connection.