We've recorded a Polycast to get you up and running with PSK2 fast!
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
cd [my-development-project-folder]
git clone https://github.com/xdoo/lhm_animad_admin_html5.git
cd lhm_animad_admin_html5
bower install
This command serves the app at http://127.0.0.1:8081
and provides basic URL
routing for the app:
polymer serve