Skip to content

Instantly share code, notes, and snippets.

@viliampucik
Created June 22, 2020 13:48
Turn Python into HTTP server serving local directory
# Python 3
sudo python -m http.server 80
# Python 2
sudo python2 -m SimpleHTTPServer 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment