Skip to content

Instantly share code, notes, and snippets.

@JohnRiv
Last active April 1, 2019 15:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JohnRiv/3f22fc86e6ae28ee5274b41596dd1b33 to your computer and use it in GitHub Desktop.
Save JohnRiv/3f22fc86e6ae28ee5274b41596dd1b33 to your computer and use it in GitHub Desktop.
FrontEnd Fest: Intro to Web Components & Polymer Workshop

Introduction to Web Components & Polymer Workshop

Hello FrontEnd Fest! 👋

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

Please complete the following steps to get started. For any project we ask you to clone, clone them all to the same root project directory:

  1. Complete our Pre-Workshop Survey
  2. Install Git: Mac OSX & Linux Users | Windows Users
  3. Install Node.js at least v8.0.0. For Mac OSX & Linux Users, we recommend using NVM (Node Version Manager) to allow you to have different versions of Node.js on your machine and you also will not have to use sudo when running npm install. If you wish to use NVM:
  • Install NVM per their instructions
  • 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)
  1. Install the Polymer CLI globally: npm install -g polymer-cli
  2. Clone the wc-toast repo & follow the instructions on https://github.com/ComcastSamples/wc-toast to get the dependencies & repo set up
  3. Clone the wc-components repo & follow the instructions on https://github.com/ComcastSamples/wc-components to get the dependencies & repo set up
  4. Register for a newsapi.org API key
  5. Clone the lit-html-workshop and install dependencies:
  • git clone https://github.com/LarsDenBakker/lit-html-workshop.git
  • cd lit-html-workshop
  • npm install
  1. Clone the PWA Starter Kit default template and install dependencies:
  • git clone --depth 1 https://github.com/Polymer/pwa-starter-kit pwa-starter-kit-default
  • cd pwa-starter-kit-default
  • npm install
  1. Clone the PWA Starter Kit no-redux template and install dependencies:
  • git clone --depth 1 -b template-no-redux --single-branch https://github.com/Polymer/pwa-starter-kit pwa-starter-kit-no-redux
  • cd pwa-starter-kit-no-redux
  • npm install

Codelab Links

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