Skip to content

Instantly share code, notes, and snippets.

@azimidev
Last active May 21, 2016 14:08
Show Gist options
  • Save azimidev/bcc397004a0073b4e978 to your computer and use it in GitHub Desktop.
Save azimidev/bcc397004a0073b4e978 to your computer and use it in GitHub Desktop.
Simple PHP and Python Web Server
php -S localhost:8888
[OR]
open http://localhost:8000 && python -m SimpleHTTPServer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment