Terminal: Start a Simple Web Server from Any Directory
# Python 2 # http://lifehacker.com/start-a-simple-web-server-from-any-directory-on-your-ma-496425450 python -m SimpleHTTPServer 8000