Skip to content

Instantly share code, notes, and snippets.

@Phonbopit
Created May 27, 2014 03:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Phonbopit/d80fdace551eebb1831f to your computer and use it in GitHub Desktop.
Save Phonbopit/d80fdace551eebb1831f to your computer and use it in GitHub Desktop.
Python SimpleHTTPServer

Python 2.x

python -m SimpleHTTPServer portNumber

Python 3

python3 -m http.server portNumber
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment