Em python 2
python -m SimpleHTTPServer 8000
Em python 3
python -m http.server 8000
Referencia:
[1] – https://ryanblunden.com/create-a-http-server-with-one-command-thanks-to-python-29fcfdcd240e
Em python 2
python -m SimpleHTTPServer 8000
Em python 3
python -m http.server 8000
Referencia:
[1] – https://ryanblunden.com/create-a-http-server-with-one-command-thanks-to-python-29fcfdcd240e