rsnext/examples/progressive-web-app
김형록 3dfb85d082
Update .gitignore in pwa example (#44391)
The files created when running the app using next-pwa should not be added to git, so I added them to `.gitignore`.

Updated by referring to https://github.com/shadowwalker/next-pwa/blob/master/.gitignore.
2023-01-03 00:39:44 +00:00
..
pages Open deploy link in new window for examples (#40804) 2022-09-22 09:33:36 -07: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 .gitignore in pwa example (#44391) 2023-01-03 00:39:44 +00:00
next.config.js Update next pwa version in pwa example (#41386) 2022-10-13 16:57:45 +00:00
package.json Update next pwa version in pwa example (#41386) 2022-10-13 16:57:45 +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).