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

dcrall/polymer-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Polymer-template provides a skeleton of a Polymer app. It is intended as a quick and easy way to experiment with Web Components and Polymer. 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

About

Skeleton Polymer app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages