Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 372 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 372 Bytes

es6-custom-element

create your custom element

npm i -g polymer-cli@1.7.2
mkdir custom-polymer-element && cd custom-polymer-element
polymer init polymer-3-element
polymer serve

Polymer should host at http://localhost:8000/

host this sample client

clone to repo 
cd es6-custom-element
npm i -g http-sever
http-server

Go to http://localhost:8080