start localhost server script code example
Example 1: python local server command
On Ubuntu go to Commands and hit these two commands->
cd folderName
python3 -m http.server 8080
Example 2: open local hosted server
// Open a brower and enter the following into the URL:
http://localhost/