Installation Guide
Software
Download and install Chrome from https://www.google.com/intl/en/chrome/browser/desktop/index.html
Download and install Chrome Dev Editor from https://chrome.google.com/webstore/detail/chrome-dev-editor-develop/pnoffddplpippgcfjdhbmhkofpnaalpg?hl=en
Download and install Python (Windows x86 MSI installer) from https://www.python.org/downloads/release/python-2710/
Download the Polymer Starter Kit Lite 1.0.2 https://github.com/PolymerElements/polymer-starter-kit/releases/download/v1.0.2/polymer-starter-kit-light-1.0.2.zip
Unzip polymer-starter-kit-light-1.0.2.zip
Download and install Git from https://git-scm.com/download/win
Make a local git repo of Polymer Starter Kit so instructor can easily see what has changed
cd UNZIP_LOCTION/polymer-starter-kit-light-1.0.2
git init
git add *
git commit -m "initial commit"
Verification
Launch Chrome Dev Editor
Click the hamburger button (button with 3 lines on top left)
Click open folder and select
UNZIP_LOCTION/polymer-starter-kit-light-1.0.2/app
You should see menu of files on left including index.html and others
Click the index.html file and it should load on right
Click play button (browser should launch showing starter kit webpage)