Last Updated: February 25, 2016
·
1.278K
· zachwill

Simple Python server

Need a simple server? From the command line, you can simply run:

python -m SimpleHTTPServer

Need a different port? No problem.

python -m SimpleHTTPServer 8888