Skip to content

StartPolymer/start-polymer3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Start Polymer 3.0

A simple Polymer 3.0 demo app. See it deployed at start-polymer3.firebaseapp.com.

Notes:

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
yarn install --flat
polymer serve --open --npm --module-resolution=node

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.5%
  • HTML 30.5%