Rundown: python3
Share a directory as a local website
1python3 -m http.server
Anyone can go to your computer's IP address and access all files in the current directory.
Share a directory as a local website
1python3 -m http.server
Anyone can go to your computer's IP address and access all files in the current directory.