Skip to content

Instantly share code, notes, and snippets.

@bradrice
Last active November 1, 2018 19:01
Show Gist options
  • Save bradrice/bbc44ddff08adafec07fc13002be11cd to your computer and use it in GitHub Desktop.
Save bradrice/bbc44ddff08adafec07fc13002be11cd to your computer and use it in GitHub Desktop.
Startup a python webserver for development #python #dev-server
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