Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1010 Bytes

README.default.md

File metadata and controls

36 lines (25 loc) · 1010 Bytes

next-pwa - basic

This example demonstrates how to use next-pwa.

Usage

Open in Gitpod and run

cd examples/basic
pnpm build
pnpm start

or

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

npx create-next-app --example https://github.com/DuCanhGH/next-pwa/tree/master/examples/basic basic-app
yarn create next-app --example https://github.com/DuCanhGH/next-pwa/tree/master/examples/basic basic-app
pnpm create next-app --example https://github.com/DuCanhGH/next-pwa/tree/master/examples/basic basic-app

Recommended .gitignore

**/public/workbox-*.js
**/public/sw.js