Command line:
for Python3.x:
python3 -m http.server 8888 &
(or)
for Python2.x:
python -m SimpleHTTPServer 8888 &
The above code will activate the port 8888.
Then open the following URL.
http://localhost:8888/
No comments:
Post a Comment