An open API service indexing awesome lists of open source software.

https://github.com/googlecodelabs/amp-pwa-workbox


https://github.com/googlecodelabs/amp-pwa-workbox

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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](https://workboxjs.org/).

## Getting started

Follow the [Google Codelabs instructions](https://codelabs.developers.google.com/codelabs/amp-pwa-workbox/index.html?index=..%2F..%2Findex#0).

## More resources

* [Workbox codelab](https://codelabs.developers.google.com/codelabs/workbox-lab/#0)
* [AMP Foundations codelab](https://codelabs.developers.google.com/codelabs/accelerated-mobile-pages-foundations/#0)
* [AMP Advanced Concepts codelab](https://codelabs.developers.google.com/codelabs/accelerated-mobile-pages/#0)
* [PWA training materials](https://developers.google.com/web/ilt/pwa/)