Skip to content

Instantly share code, notes, and snippets.

@sirmews
Created June 24, 2014 07:36
Show Gist options
  • Save sirmews/c205eff9b54b859c7c62 to your computer and use it in GitHub Desktop.
Save sirmews/c205eff9b54b859c7c62 to your computer and use it in GitHub Desktop.
Run simple server from directory
# python
python -m SimpleHTTPServer 8080
# php
php -S localhost:8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment