Skip to content

Instantly share code, notes, and snippets.

@oconnoat
Created April 18, 2014 09:17
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oconnoat/11033563 to your computer and use it in GitHub Desktop.
Save oconnoat/11033563 to your computer and use it in GitHub Desktop.
start a python SimpleHTTPServer on port 8000 in this directory and open chrome to the root
python -m SimpleHTTPServer & open -a "Google Chrome" http://localhost:8000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment