Skip to content

Instantly share code, notes, and snippets.

@p0rkjello
Created October 19, 2020 12:35
Show Gist options
  • Save p0rkjello/99b49e91ca75d1187bbf74d6c41cb593 to your computer and use it in GitHub Desktop.
Save p0rkjello/99b49e91ca75d1187bbf74d6c41cb593 to your computer and use it in GitHub Desktop.
Python - Start http server in current directory
# Start http server in current directory
python -m http.server 8000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment