Set up a HTTP server in current directory Hugo Freire - 01 Feb 2017 Use Python 2.x python -m SimpleHTTPServer 8080 Use Python 3.x python -m http.server 8080