This repo is part of a tutorial blog post over here.
Start reading by opening index.html.
To try this example out, pull the files and run with your favorite HTTP server. For example the npm package http-server.
$ npm install -g http-server
$ cd this/repo
$ http-server
Then visit http://localhost:8080 in your browser.
