https://github.com/mattms/polymer_demo
Demo of basic Polymer Elements.
https://github.com/mattms/polymer_demo
Last synced: 4 months ago
JSON representation
Demo of basic Polymer Elements.
- Host: GitHub
- URL: https://github.com/mattms/polymer_demo
- Owner: MattMS
- License: mit
- Created: 2016-08-05T06:47:10.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-01T12:02:57.000Z (almost 10 years ago)
- Last Synced: 2025-10-30T01:40:29.786Z (8 months ago)
- Language: HTML
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Polymer demo
**Please note:** this is based on Polymer 1.0, and will be gradually updated to 2.0 once it is released properly.
This repo demonstrates the creation and usage of basic Polymer Elements.
## Getting started
Install the Polymer CLI:
npm install -g polymer-cli
This can take a while because it has many dependencies and installs Selenium.
From the repo folder, start the Polymer server:
polymer serve
Then visit [localhost:8080](http://localhost:8080/).