Skip to content

Instantly share code, notes, and snippets.

@smurugap
Last active October 16, 2015 19:01
Show Gist options
  • Save smurugap/a754ba204a8b5c24f828 to your computer and use it in GitHub Desktop.
Save smurugap/a754ba204a8b5c24f828 to your computer and use it in GitHub Desktop.
Python 2.x
python -m SimpleHTTPServer 8000
Python 3.x
python -m http.server 8000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment