https://github.com/divyanshu-rawat/getting-started-polymer
Getting started with polymer project.
https://github.com/divyanshu-rawat/getting-started-polymer
custom-css-injections getting-started iron-iconset notify-observer polymer polymer-element shadow-dom
Last synced: 9 months ago
JSON representation
Getting started with polymer project.
- Host: GitHub
- URL: https://github.com/divyanshu-rawat/getting-started-polymer
- Owner: divyanshu-rawat
- Created: 2019-09-08T17:25:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T18:35:21.000Z (over 3 years ago)
- Last Synced: 2025-10-14T21:39:03.466Z (9 months ago)
- Topics: custom-css-injections, getting-started, iron-iconset, notify-observer, polymer, polymer-element, shadow-dom
- Language: JavaScript
- Size: 62.5 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# \
getting started with polymer
## Install the Polymer-CLI
First, make sure you have the [Polymer CLI](https://www.npmjs.com/package/polymer-cli) and npm (packaged with [Node.js](https://nodejs.org)) installed. Run `npm install` to install your element's dependencies, then run `polymer serve` to serve your element locally.
## Viewing Your Element
```
$ polymer serve
```
## Running Tests
```
$ polymer test
```
Your application is already set up to be tested via [web-component-tester](https://github.com/Polymer/web-component-tester). Run `polymer test` to run your application's test suite locally.