Skip to content

Instantly share code, notes, and snippets.

@mawaldne
Created September 21, 2014 21:48
Show Gist options
  • Save mawaldne/e32823b130c9e98af606 to your computer and use it in GitHub Desktop.
Save mawaldne/e32823b130c9e98af606 to your computer and use it in GitHub Desktop.
Serve some htmls locally to anyone
# Install node http-server
sudo npm install http-server -g
# Install ngrok - https://ngrok.com/
brew install ngrok
# Change to the directory you want to serve:
http-server
# Then in another terminal:
ngrok 8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment