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
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