Source code of the live coding session from Mobile Sites Certification StudyJam 2018 held by GDG Torino.
An example of PWA scaffolding built with Polymer 2.0 on top of Polymer starter kit.
- PRPL architectural pattern
- App Shell Model
- Dynamic content loading (GDG Torino's events fetched using the Meetup API)
- Service Worker
- Web App Manifest
First, install Polymer CLI using npm (we assume you have pre-installed node.js).
npm install -g polymer-cli
Second, install Bower using npm
npm install -g bower
This command serves the app at http://127.0.0.1:8081
and provides basic URL
routing for the app:
polymer serve
Learn more about Polymer at polymer-project.org.
Polymer starter kit official repository: github.com/Polymer/polymer-starter-kit
Progressive Web Apps Google Documentation: developers.google.com/web/progressive-web-apps/.