Created
December 27, 2011 21:29
-
-
Save JeffreyWay/1525217 to your computer and use it in GitHub Desktop.
Instant Server for Current Directory
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
alias server='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
What about running a PHP built-in development server in a Docker container?
Portable 😄 You don't really have to worry about Windows, Mac, Linux if it is running in Docker. 🐳