https://github.com/FranciscoGutierrez/visualisationcomponents
https://github.com/FranciscoGutierrez/visualisationcomponents
re-usable top-level visualisation web-components
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/FranciscoGutierrez/visualisationcomponents
- Owner: FranciscoGutierrez
- License: mit
- Created: 2018-08-16T15:25:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-30T09:52:21.000Z (almost 8 years ago)
- Last Synced: 2024-10-24T10:06:40.375Z (over 1 year ago)
- Topics: re-usable, top-level, visualisation, web-components
- Language: JavaScript
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- 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.