I want to modify the Source project files in my Visual Studio Code.
I can successfully build a website using the Built Project files by running python -m http.server 8080
I can see the web UI/UX in the localhost
But I don’t know how to build a website using the Source Project files.
When I tried to run the same command python -m http.server 8000
(I changed the port to 8000 from 8080 this time), I have the following results:
The localhost website result:
May I know how you run the Source project files?