Python's http.server (or SimpleHTTPServer for Python 2) is a great way of serve the contents of the current directory from the command line: (or SimpleHTTPServer for P
Python's http.server (or SimpleHTTPServer for Python 2) is a great way of serve the contents of the current directory from the command line: (or SimpleHTTPServer for P