Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 551 Bytes

DEVELOPMENT.md

File metadata and controls

19 lines (12 loc) · 551 Bytes

Install the Polymer-CLI

First, make sure you have the Polymer CLI installed. Then run polymer serve to serve your element locally.

Viewing Your Element

$ polymer serve

Open the reusable element link (e.g. http://localhost:8081/components/twitter-widgets/).

Running Tests

$ polymer test

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