Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 699 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 699 Bytes

<genesis-month-picker>

The Genesis Month Picker is a component that allows to navigate quickly between months to select an end month date.

Install the Polymer-CLI

First, make sure you have the Polymer CLI installed.
Run polymer install to init your environment.
Run polymer serve to serve your element locally.

Viewing Your Element

$ polymer serve

Running Tests

$ polymer test
$ polymer test -l chrome

Your application is already set up to be tested via web-component-tester. Run polymer test to run your application's test suite locally.