rsnext/examples/progressive-web-app
Manny Becerra 36eba95227
Fixes #33153: Updating cross-references from master to main + canary (#33198)
* copy cleanup in env. variables docs

* copy cleanup in fast refresh docs

* Supplements #33153 - updating existing cross-references to `master` branch to renamed default branch of `main`

* Supplements #33153 - updating existing cross-references to `master` branch to renamed default branch of `main`

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-01-12 02:55:35 +01:00
..
pages Fixes #33153: Updating cross-references from master to main + canary (#33198) 2022-01-12 02:55:35 +01:00
public Fix: progressive-web-app example (#20288) 2020-12-18 10:13:02 +00:00
styles Add PWA Example (#15433) 2020-08-06 13:14:35 -04:00
.gitignore Add missing gitignore files 2020-08-29 21:55:58 -04:00
next.config.js Add PWA Example (#15433) 2020-08-06 13:14:35 -04:00
package.json Fix pwa demo (#31734) 2021-11-23 11:17:56 -05:00
README.md Include utm_source on example links to vercel.com (#21305) 2021-01-19 07:28:54 +00:00

Progressive Web App Example

This example uses next-pwa to create a progressive web app (PWA) powered by Workbox.

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

How to use

Execute create-next-app with npm or Yarn to bootstrap the example:

npx create-next-app --example progressive-web-app progressive-web-app
# or
yarn create next-app --example progressive-web-app progressive-web-app

Deploy it to the cloud with Vercel (Documentation).