dcrall / polymer-example

Example usage of Polymer & Google web components.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Polymer-example shows some basic usages of Polymer tags and Google's web components. The project assumes that Node (http://nodejs.org) and Bower (http://bower.io) are installed.

Install Polymer and its elements.

	<project-directory>$ bower install

Run the app using Node's server module.

If necessary, you can installl serve with: npm install -g serve

    <project-directory>$ serve

Access the site on port 3000.

	http://localhost:3000

Links

About

Example usage of Polymer & Google web components.


Languages

Language:CSS 100.0%