Last active
November 1, 2018 19:01
-
-
Save bradrice/bbc44ddff08adafec07fc13002be11cd to your computer and use it in GitHub Desktop.
Startup a python webserver for development #python #dev-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
python3 -m http.server | |
add a port | |
python3 -m http.server 8080 | |
link: | |
https://docs.python.org/3/library/http.server.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment