Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 796 Bytes

File metadata and controls

36 lines (19 loc) · 796 Bytes

stretch-flag

An element created to demonstrate the process of creating complex elements with Polymer 1.0

Dependencies

Element dependencies are managed via Bower. You can install that via:

npm install -g bower

Then, go ahead and download the element's dependencies:

bower install

Playing With stretch-flags

If you wish to work on stretch-flags in isolation, we recommend that you use Polyserve to keep your element's bower dependencies in line. You can install it via:

npm install -g polyserve

And you can run it via:

polyserve

Once running, you can preview your element at http://localhost:8080/components/stretch-flags/.

Testing Your Element

No tests currently exist for this element.