start http server in linux in python 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