remix-web-component
v3.0.0-pre.13
Published
Build your first element with Polymer 3.0!
Downloads
12
Readme
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.