Skip to content

SimpleHTTPServer – a simple development server

Nov 21, 2018

If want to run a local development server and do not really need the live reload feature, use the following Python-based command in terminal against the folder where your index.html is located:

python -m SimpleHTTPServer