Created
April 18, 2016 20:33
-
-
Save gartenfeld/827cbefbb339f3b5ba1bae75196d136d to your computer and use it in GitHub Desktop.
Simple HTTP Server
This file contains hidden or 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
| # Invoke Python with -m to use the server module | |
| python -m SimpleHTTPServer 3000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment