Thanks for coming to our hands-on introduction to Web Components & Polymer! If you stumbled onto this and weren't at the event, hopefully this is still of somewhat use :-)
This is all the materials that were required to get started:
- Install Git
- Install Node and npm (If you'd like to manage multiple version of Node, we recommend nvm)
- Install Bower & the Polymer CLI globally:
$ npm install -g bower polymer-cli
- Clone the Polymer Google Maps Codelab (
$ git clone https://github.com/ComcastSamples/polymer-maps.git
) - Install the dependencies for that project by running
$ bower install
from the directory you clonedpolymer-maps
into - Clone the Build a Polymer 2.0 App From Scratch Codelab (
$ git clone https://github.com/ComcastSamples/polymer-whose-flag.git
) - Install the dependencies for that project by running
$ bower install
from the directory you clonedpolymer-whose-flag
into - Obtain a Google Maps API key and record that somewhere it will be easy to copy from so you can paste it into your code during the workshop :-)
If you use Cloud9, clone the repo at https://github.com/ComcastSamples/lrtf-polymer and create a workspace from that git fork.
Slides are available to view & download at https://www.slideshare.net/JohnRiv/workshop-introduction-to-web-components-polymer/JohnRiv/workshop-introduction-to-web-components-polymer
Please reach out to us on Twitter, we're happy to help :-)