Created
September 21, 2014 21:48
-
-
Save mawaldne/e32823b130c9e98af606 to your computer and use it in GitHub Desktop.
Serve some htmls locally to anyone
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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