Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1014 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 1014 Bytes

AMP and PWA

In this codelab, you’ll convert an app containing AMP pages into a PWA using two different patterns:

  1. transform an AMP site into a PWA (AMP as PWA)
  2. use the App Shell architecture to create a PWA that uses AMP as content (AMP in PWA)

AMP+PWA gives you the best of both worlds: a lightning fast first load with AMP, and native-like capabilities in the PWA.

You'll also get a chance to use Workbox.

Getting started

Follow the Google Codelabs instructions.

More resources