Skip to content

Instantly share code, notes, and snippets.

@brschwar
Created November 7, 2019 17:35
Show Gist options
  • Save brschwar/6117c0d882354ae6c754899d2c953a00 to your computer and use it in GitHub Desktop.
Save brschwar/6117c0d882354ae6c754899d2c953a00 to your computer and use it in GitHub Desktop.
Run a simple python webserver from any directory on your Mac
python -m SimpleHTTPServer 8000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment