https://github.com/jordymoos/polymer-elm-debug-print
https://github.com/jordymoos/polymer-elm-debug-print
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jordymoos/polymer-elm-debug-print
- Owner: JordyMoos
- License: mit
- Created: 2018-03-24T08:22:35.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-24T08:24:27.000Z (about 7 years ago)
- Last Synced: 2024-12-31T19:15:15.687Z (6 months ago)
- Language: HTML
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- 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) installed. 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.