Run http server in python

  • Open cmd and run below command for run http server

               python -m http.server

  • Open browser and hit the below url 

        http://localhost:8000/

Comments