localtunnel

Expose your localhost to the world for easy testing and sharing

brewmacoslinux
Try with needOr install directly
Source

About

Exposes your localhost to the world for easy testing and sharing

Commands

lt

Examples

Expose local web server on port 3000 to the internet$ lt --port 3000
Expose local server with a custom subdomain$ lt --port 8080 --subdomain myapp
Expose local server and display connection details$ lt --port 5000 --print-requests