Skip to content

Files

Latest commit

f7baa56 · Apr 26, 2023

History

History
This branch is 11366 commits behind vercel/next.js:canary.

progressive-web-app

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 22, 2022
Dec 18, 2020
Aug 6, 2020
Mar 27, 2023
Apr 26, 2023
Mar 27, 2023
Oct 13, 2022
Oct 13, 2022
Feb 6, 2022

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