https://github.com/maritzstl/mtz-feature-flaggable-behavior
https://github.com/maritzstl/mtz-feature-flaggable-behavior
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maritzstl/mtz-feature-flaggable-behavior
- Owner: MaritzSTL
- Created: 2018-06-07T19:10:07.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-07T21:50:00.000Z (about 8 years ago)
- Last Synced: 2025-03-03T03:14:45.938Z (over 1 year ago)
- Language: HTML
- Size: 4.88 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# \
reads feature flags to determine what flaggable elements should do
## 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.