Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.08 KB

README.md

File metadata and controls

47 lines (30 loc) · 1.08 KB

Published on webcomponents.org

<bm-friday>

Is it Friday yet ?

A custom web component that will tell you whether or not it is Friday.

Check out the demo and API docs

Developing

Install the Polymer-CLI

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

Serving

$ polymer serve

Building it

$ polymer build

This will create a build/ folder with bundled/ and unbundled/ sub-folders containing a bundled (Vulcanized) and unbundled builds, both run through HTML, CSS, and JS optimizers.

You can serve the built versions by giving polymer serve a folder to serve from:

$ polymer serve build/bundled

Running Tests

$ polymer serve

and navigate to test/