start a local http server using python 3.
- Use in cmd
python -m http.server
with Python 3 - Go to your browser and type
http://localhost:8000
. - Go to current working directory and run the HTML file.
start a local http server using python 3.
python -m http.server
with Python 3http://localhost:8000
.