Skip to content

Instantly share code, notes, and snippets.

@gartenfeld
Created April 18, 2016 20:33
Show Gist options
  • Select an option

  • Save gartenfeld/827cbefbb339f3b5ba1bae75196d136d to your computer and use it in GitHub Desktop.

Select an option

Save gartenfeld/827cbefbb339f3b5ba1bae75196d136d to your computer and use it in GitHub Desktop.
Simple HTTP Server
# Invoke Python with -m to use the server module
python -m SimpleHTTPServer 3000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment