Skip to main content

Run localhost server using Python3

Open the command line and type: python -m http.server
Then open browser and go to: http://127.0.0.1:8000/

Comments