Python2

python2 -m SimpleHTTPServer 80


Python3:

python3 -m http.server 80