Skip to content

Instantly share code, notes, and snippets.

@joannaong
Last active August 20, 2021 13:31
Show Gist options
  • Save joannaong/3afc9d0ebc66a248f4dadf404c96acc6 to your computer and use it in GitHub Desktop.
Save joannaong/3afc9d0ebc66a248f4dadf404c96acc6 to your computer and use it in GitHub Desktop.
python http server

Python 2

python -m SimpleHTTPServer 8000

Python 3

python -m http.server 8000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment