This is a Next.js project bootstrapped with create-next-app
.
First, build the application
npm run build
# or
yarn build
Second, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
- Create a Manifest with Manifest Generator
-
Learn about Google Workbox
-
ServiceWorker, MessageChannel, & postMessage by Nicolás Bevacqua
-
The Service Worker lifecycle by Jake Archibald
-
6 Tips to make your iOS PWA feel like a native app by Maciej Caputa
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.