GNU/Linux ◆ xterm ◆ bash 1544 views

It’s really simple to start a http server using python

    python -m SimpleHTTPServer 8000

To do the same via file, follow this cast.