The easiest way to share localhost web servers to the rest of the world
STEP 1: Install localtunnel using RubyGems. Check the full README if you don’t have Ruby or RubyGems. $ sudo gem install localtunnel STEP 2: Run your local web server on any port! Let’s say you’re running Apache on port 8080. STEP 3: Now run localtunnel passing it the port to share. The first time you […]