Skip to content

Instantly share code, notes, and snippets.

@JohnRiv
Last active October 10, 2018 18:09
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JohnRiv/89560b6eb97ca194e01d1f4b8d81557b to your computer and use it in GitHub Desktop.
Save JohnRiv/89560b6eb97ca194e01d1f4b8d81557b to your computer and use it in GitHub Desktop.
Node+JS Interactive: Intro to Web Components & Polymer Workshop

Introduction to Web Components & Polymer Workshop

Hello Node+JS Interactive! 👋

Thanks for coming to our hands-on introduction to Web Components & Polymer!

Please complete the following steps to get started:

  1. Install Git: Mac OSX & Linux Users | Windows Users

  2. Mac OSX & Linux Users:

    • Install NVM
    • Follow the instructions in your terminal
    • Install the latest version of Node: nvm install --lts
    • Make sure subsequent commands you use use the latest version of Node with NVM: nvm use --lts (this will persist until you close your terminal tab)
  3. Install the Polymer CLI globally: npm install -g polymer-cli

  4. Clone the Polymer Google Maps Codelab (git clone https://github.com/ComcastSamples/polymer-maps.git) to your local directory where you store your code

  5. cd polymer-maps and install the dependencies for that project by running npm install

  6. Clone the wc-toast repo & follow the instructions on https://github.com/ComcastSamples/wc-toast to get the dependencies & repo set up

  7. (optional) 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. Note Google now requires a Credit Card to register for the Google Maps Platform and obtain a key. If you don't want to do that, we'll also share a temporary key for use during the workshop.

Slides

Click here to view & download the slides

Questions?

Please reach out to us on Twitter, we're happy to help :-)

John & Chris

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment