Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.3 KB

README.md

File metadata and controls

41 lines (24 loc) · 1.3 KB

GDG Torino StudyJam 2018 PWA

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.

Features

  • PRPL architectural pattern
  • App Shell Model
  • Dynamic content loading (GDG Torino's events fetched using the Meetup API)
  • Service Worker
  • Web App Manifest

Setup

Prerequisites

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

Start the development server

This command serves the app at http://127.0.0.1:8081 and provides basic URL routing for the app:

polymer serve

Resources

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/.