Installing ngrok on OSX
You really want to try this if you all of a sudden have a localhost website to share to others but it’s troublesome to get onto the same network and lookup IP and stuff. To install ngrok, just run the following. More details here. [code] brew cask install ngrok [/code] Then have your localhost running. Here is a sample command to share your local directory. You can pick any port number. Let’s pick 8080 for example. ...