Skip to content

Instantly share code, notes, and snippets.

@geoffyuen
Last active December 23, 2015 18:19
Show Gist options
  • Save geoffyuen/6674507 to your computer and use it in GitHub Desktop.
Save geoffyuen/6674507 to your computer and use it in GitHub Desktop.
Webserver
# Static Server
## Python 2.x (OSX 10.7):
python -m SimpleHTTPServer
## Python 3.x:
python -m http.server 8000
# Server with PHP
## PHP 5.5
php -S localhost:8000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment