Skip to content

Instantly share code, notes, and snippets.

@sebastian-sommerfeld-io
Last active February 22, 2024 13:23
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 sebastian-sommerfeld-io/42bc05e28b8907978856dd0858b2a8c4 to your computer and use it in GitHub Desktop.
Save sebastian-sommerfeld-io/42bc05e28b8907978856dd0858b2a8c4 to your computer and use it in GitHub Desktop.
Simple command line HTTP server
# Serve whatever is in the current working directory
python3 -m http.server 8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment