Last active
May 21, 2016 14:08
-
-
Save azimidev/bcc397004a0073b4e978 to your computer and use it in GitHub Desktop.
Simple PHP and Python Web Server
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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