Created
May 23, 2015 21:56
-
-
Save sheva29/2262c8572e0c0262638f to your computer and use it in GitHub Desktop.
Simple & Quick Python 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
// in terminal in the desired folder location run... | |
python -m SimpleHTTPServer 8000 | |
// in the browser go to the port number the server was started | |
http://localhost:8000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment