Skip to content

gdgtorino/study-jam-2018-pwa

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published