https://github.com/bkawk/polymer-aes
https://github.com/bkawk/polymer-aes
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bkawk/polymer-aes
- Owner: bkawk
- Created: 2018-06-15T03:19:21.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-18T07:31:45.000Z (almost 8 years ago)
- Last Synced: 2025-10-04T06:30:20.808Z (6 months ago)
- Language: HTML
- Size: 30.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# \
## 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.