Skip to content

Instantly share code, notes, and snippets.

@ricardomaia
Created March 9, 2024 01:10
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 ricardomaia/b5f21135e7292af4f27f73bf4c2db1b6 to your computer and use it in GitHub Desktop.
Save ricardomaia/b5f21135e7292af4f27f73bf4c2db1b6 to your computer and use it in GitHub Desktop.
One line Python HTTP server
python -m http.server 8080 --bind 0.0.0.0 --directory ./
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment