what is path local server 8000 code example
Example: python local server command
On Ubuntu go to Commands and hit these two commands->
cd folderName
python3 -m http.server 8080
On Ubuntu go to Commands and hit these two commands->
cd folderName
python3 -m http.server 8080