Skip to content

Instantly share code, notes, and snippets.

@oconnoat
Created April 18, 2014 09:17
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