Python Run Server
python3 -m http.server 8000 # LINUX
python -m http.server 8000 # WINDOWS
Agostinho Ramos
python3 -m http.server 8000 # LINUX
python -m http.server 8000 # WINDOWS
On Ubuntu go to Commands and hit these two commands->
cd folderName
python3 -m http.server 8080