/server_full.bat Secret
Last active
May 7, 2020 20:51
Starting an HTTP Server in Seconds With Just 2 Lines of Code https://medium.com/p/8370952f3512
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
start cmd /c "python -m http.server 80" | |
start cmd /c "ngrok http 80" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment