Based on the Polymer Starter Kit. If you don't understand something - check their tutorials.
To begin, fire up a local server from inside the app
directory. Please make sure to serve
up the contents of the directory rather than root as routing will otherwise fail to correctly function.
(cd app; python -m SimpleHTTPServer 8081)