Kaldirirmi.com is on the air. Visit the website!
First, install Polymer CLI using npm (we assume you have pre-installed node.js).
npm install -g polymer-cli
Second, install Bower using npm
npm install -g bower
mkdir my-app
cd my-app
polymer init polymer-2-starter-kit
This command serves the app at http://127.0.0.1:8081
and provides basic URL
routing for the app:
polymer serve
polymer build