Starting a server:

In Python 2.x:

python -m SimpleHTTPServer 8000

In Python 3.x:

python -m http.server 8000

In Ruby:

ruby -run -e httpd . -p 8000

Quit with CTRL + c

Download helper files

The gist

git clone https://gist.github.com/1a6066590038df165f95.git