Skip to content

Instantly share code, notes, and snippets.

@emersondemetrio
Last active November 17, 2021 16:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emersondemetrio/c4a74238a6ae1975771ce53cb0527524 to your computer and use it in GitHub Desktop.
Save emersondemetrio/c4a74238a6ae1975771ce53cb0527524 to your computer and use it in GitHub Desktop.
Simple python HTTP Server
# PORT=8000
python -m SimpleHTTPServer 8000 # $PORT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment