Skip to content
This repository has been archived by the owner on Oct 3, 2021. It is now read-only.

Latest commit

 

History

History
31 lines (16 loc) · 992 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 992 Bytes

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