Skip to content

Instantly share code, notes, and snippets.

@nucliweb
Created November 14, 2014 13:34
Show Gist options
  • Save nucliweb/e74b6b003f92229f0b49 to your computer and use it in GitHub Desktop.
Save nucliweb/e74b6b003f92229f0b49 to your computer and use it in GitHub Desktop.
python SimpleHTTPServer
To start a HTTP server on port 8000 (which is the default port), simple type:
python -m SimpleHTTPServer 8000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment