Show HN: Mole Burrow – Yet another local tunnel, but adorable

1 month ago 1

Get started in seconds

Simple steps to expose your local development server to the world.

Download the CLI

Download our lightweight CLI tool for your operating system.

# macOS / Linux curl -sSL https://moleburrow.com/install.sh | bash # Windows iwr https://moleburrow.com/install.ps1 | iex

Start your local server

Run your development server on any local port.

# Start your app (example) npm run dev # Server running on http://localhost:3000

Create a tunnel

Expose your local server with a custom subdomain.

# Create tunnel burrow -port 3000 -subdomain myapp # Your app is now live at: # https://myapp.us-west1.moleburrow.com

Share and collaborate

Share your secure HTTPS URL with teammates, clients, or test on mobile devices.

✨ Pro tip: Use webhooks to test integrations with external services!

Read Entire Article