Skip to content

Instantly share code, notes, and snippets.

@bsoyka
Last active May 7, 2020 20:51
Starting an HTTP Server in Seconds With Just 2 Lines of Code https://medium.com/p/8370952f3512
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