Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@anthonybruno
Created November 20, 2012 21:06
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 anthonybruno/4121121 to your computer and use it in GitHub Desktop.
Save anthonybruno/4121121 to your computer and use it in GitHub Desktop.
Really simple HTTP Server

python -m SimpleHTTPServer 3333

3333 refers to the port number

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