Created
August 13, 2019 12:04
-
-
Save JestVA/38f9d6425e9cacbc223aab087f1585e2 to your computer and use it in GitHub Desktop.
used to create a tunnel from localhost to a public pointing url very good for testing stuff on mobiles
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
Go to folder where ngrok is installed and: | |
`./ngrok http [port]` // where port is something like 3000 | |
To access on mobile, you need to enter the forwarding url |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment