A simple Polymer 3.0 demo app. See it deployed at start-polymer3.firebaseapp.com.
Notes:
-
Please use the latest version of Chrome or Safari to view the app. It uses native dynamic imports.
-
The
polymer buildcommand is still in progress, and won't handle dynamic imports.
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
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