https://github.com/bkawk/eos-paper
https://github.com/bkawk/eos-paper
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bkawk/eos-paper
- Owner: bkawk
- License: mit
- Created: 2018-06-20T06:16:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-20T10:01:14.000Z (almost 8 years ago)
- Last Synced: 2025-01-27T06:11:38.393Z (about 1 year ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.