Go to file
Klotske 46446a3271 Initial commit from Create Next App 2022-07-14 12:27:44 +00:00
pages Initial commit from Create Next App 2022-07-14 12:27:44 +00:00
public Initial commit from Create Next App 2022-07-14 12:27:44 +00:00
styles Initial commit from Create Next App 2022-07-14 12:27:44 +00:00
.gitignore Initial commit from Create Next App 2022-07-14 12:27:44 +00:00
README.md Initial commit from Create Next App 2022-07-14 12:27:44 +00:00
next-env.d.ts Initial commit from Create Next App 2022-07-14 12:27:44 +00:00
next.config.js Initial commit from Create Next App 2022-07-14 12:27:44 +00:00
package-lock.json Initial commit from Create Next App 2022-07-14 12:27:44 +00:00
package.json Initial commit from Create Next App 2022-07-14 12:27:44 +00:00
tsconfig.json Initial commit from Create Next App 2022-07-14 12:27:44 +00:00

README.md

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