https://github.com/thepassle/pubgwin-app
Polymer 2.0. App for twitch streamers to keep track of their PUBG win count.
https://github.com/thepassle/pubgwin-app
Last synced: about 1 month ago
JSON representation
Polymer 2.0. App for twitch streamers to keep track of their PUBG win count.
- Host: GitHub
- URL: https://github.com/thepassle/pubgwin-app
- Owner: thepassle
- Created: 2018-04-25T16:57:43.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-29T17:19:36.000Z (almost 7 years ago)
- Last Synced: 2024-11-12T21:45:38.820Z (3 months ago)
- Language: HTML
- Homepage: https://pubgwin.herokuapp.com/
- Size: 285 KB
- Stars: 3
- Watchers: 2
- 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) installed. Then run `polymer serve` to serve your application locally.
## Viewing Your Application
```
$ polymer serve
```## Building Your Application
```
$ polymer build
```This will create builds of your application in the `build/` directory, optimized to be served in production. You can then serve the built versions by giving `polymer serve` a folder to serve from:
```
$ polymer serve build/default
```## 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.