Skip to content

Instantly share code, notes, and snippets.

@pgwillia
Created June 5, 2014 20:01
Show Gist options
  • Save pgwillia/f61ba3adc064449dac09 to your computer and use it in GitHub Desktop.
Save pgwillia/f61ba3adc064449dac09 to your computer and use it in GitHub Desktop.
start simple http server
python -m SimpleHTTPServer
@pgwillia
Copy link
Author

pgwillia commented Jun 5, 2014

serves files in working directory at http://localhost:8000/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment