- 21 Nov, 2018
- webdev
- lifehacks
- By Sergii
SimpleHTTPServer – a simple development server
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 
