Skip to content

Instantly share code, notes, and snippets.

@kevinkirkup
Created October 17, 2012 18:41
Show Gist options
  • Save kevinkirkup/3907295 to your computer and use it in GitHub Desktop.
Save kevinkirkup/3907295 to your computer and use it in GitHub Desktop.
OSX Simple HTTP Server
# From: http://osxdaily.com/2010/05/07/create-an-instant-web-server-via-terminal-command-line/
python -m SimpleHTTPServer
# With port
python -m SimpleHTTPServer 8000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment