Skip to content

Instantly share code, notes, and snippets.

@sheva29
Created May 23, 2015 21:56
Show Gist options
  • Save sheva29/2262c8572e0c0262638f to your computer and use it in GitHub Desktop.
Save sheva29/2262c8572e0c0262638f to your computer and use it in GitHub Desktop.
Simple & Quick Python server
// in terminal in the desired folder location run...
python -m SimpleHTTPServer 8000
// in the browser go to the port number the server was started
http://localhost:8000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment