Skip to content

Instantly share code, notes, and snippets.

@andmax
Last active May 6, 2020 18:16
Show Gist options
  • Save andmax/97dec900ce4c1c7a739123f11b0d32d3 to your computer and use it in GitHub Desktop.
Save andmax/97dec900ce4c1c7a739123f11b0d32d3 to your computer and use it in GitHub Desktop.
Start HTTP server in <port> (default 8000) using python2 or python3
python3 -m http.server <port>
python2 -m SimpleHTTPServer <port>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment