1.2.2 • Published 5 years ago
imtiyaz-polymer-3-first-element v1.2.2
Build your first Polymer element
This repo goes with the Build your first Polymer element tutorial.
Running the tutorial code
- Install pre-requisites for Polymer CLI (git, npm, Node.js). 
- Install Polymer CLI: - npm install -g polymer-cli@next
- Clone this repo: - git clone https://github.com/PolymerLabs/polymer-3-first-element.git
- Change directory to the top-level project folder and install project dependencies: - cd polymer-3-first-element npm install
- To preview your element, run the Polymer development server from the top-level project folder: - polymer serve --open
Next steps
Follow the Build your first Polymer element tutorial to get started with Polymer.