Skip to content

Instantly share code, notes, and snippets.

@matteocrippa
Last active January 27, 2023 09:37
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 matteocrippa/0c10a3687ce05eecd7e4618c955de3a3 to your computer and use it in GitHub Desktop.
Save matteocrippa/0c10a3687ce05eecd7e4618c955de3a3 to your computer and use it in GitHub Desktop.
A simple local http sever from a Mac
# Python
python -m SimpleHTTPServer 8080
# Python 3.x
python3 -m http.server --cgi 8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment