How to make Next.js app a PWA (Progressive Web App)
Let's learn how we can make our Next.js app a Progressive Web App🚀
Create Next app
npx create-next-app next-pwa-app
Install required package
npm i next-pwa # npm
or
yarn add next-pwa # yarn
Generate Manifest.json and PWA icon
We need to generate a...
madhusaini22.hashnode.dev3 min read