rsnext/examples/progressive-web-app
Amir H. Khanjani b1de1d1078
fix (examples): Changed the version of next-pwa (#39369)
next-pwa verison 5.5.5 causes the app to [crash](https://github.com/shadowwalker/next-pwa/issues/370). See issue #39224
Changed the version to 5.5.4 and removed `^`.

Fixes: https://github.com/vercel/next.js/issues/39383
2022-08-07 15:25:47 +00:00
..
pages progressive web app example converted to typescript (#33100) 2022-02-06 21:31:14 +00: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 Update default gitignore templates (#39051) 2022-07-26 20:08:40 -05:00
next-env.d.ts progressive web app example converted to typescript (#33100) 2022-02-06 21:31:14 +00:00
next.config.js progressive web app example converted to typescript (#33100) 2022-02-06 21:31:14 +00:00
package.json fix (examples): Changed the version of next-pwa (#39369) 2022-08-07 15:25:47 +00:00
README.md Update pnpm create next-app for latest pnpm 6 and 7 (#37254) 2022-05-27 21:21:40 +00:00
tsconfig.json progressive web app example converted to typescript (#33100) 2022-02-06 21:31:14 +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, Yarn, or pnpm 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
# or
pnpm create next-app --example progressive-web-app progressive-web-app

Deploy it to the cloud with Vercel (Documentation).