https://github.com/bkawk/polyeos
https://github.com/bkawk/polyeos
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bkawk/polyeos
- Owner: bkawk
- License: mit
- Created: 2018-05-29T01:30:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-29T13:49:00.000Z (almost 8 years ago)
- Last Synced: 2025-02-18T00:42:03.847Z (about 1 year ago)
- Language: JavaScript
- Size: 271 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# \
Polymer 3 component for eos.js
## 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.