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

web-devel/start-polymer3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Start Polymer 3.0

A Polymer 3.0 Hello World app. See it deployed at start-polymer3.firebaseapp.com.

Note: Please use the latest version of Chrome or Safari to view the app. It uses native dynamic imports.

Install the Polymer CLI and its prerequisites

Before you can serve this project, you will need to install the Polymer CLI and its prerequisites.

Prerequisites:

When you've installed the prerequisites, run the following command to install the Polymer CLI globally:

npm install -g polymer-cli@next

Clone this project and serve it locally

When you've installed the Polymer CLI and its prerequisites, run the following commands to clone and serve the app:

npm install -g polymer-cli@next
git clone https://github.com/katejeffreys/start-polymer3.git
cd start-polymer3
npm install
polymer serve --open --npm --module-resolution=node

About

A Hello World app for Polymer 3.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.1%
  • HTML 29.9%