Closed SuhairZain closed 7 years ago
I just tested this out on my windows with Python 2.7 and the python -m SimpleHTTPServer code actually starts my server on port 8000. I think that it's better to pass the port explicitly and shall be doing a PR for the same.
python -m SimpleHTTPServer
This issue is resolved by #14 . it should be closed
🍺
I just tested this out on my windows with Python 2.7 and the
python -m SimpleHTTPServer
code actually starts my server on port 8000. I think that it's better to pass the port explicitly and shall be doing a PR for the same.