Polymer-template provides a skeleton of a Polymer app. It is intended as a quick and easy way to experiment with Web Components and Polymer. The project assumes that Node (http://nodejs.org) and Bower (http://bower.io) are installed.
<project-directory>$ bower install
If necessary, you can installl serve with: npm install -g serve
<project-directory>$ serve
http://localhost:3000