/simple-next-pwa

The Simplest implementation of a Progressive Web App using Next.js

Primary LanguageTypeScript

To run locally:

First, clone this repo, then:

# download dependencies
npm i

then:

npm run dev

Open http://localhost:3000 in a browser to see the PWA running locally - Chromium based browsers work best for this.

You will see an installable option in the search bar:

download PWA tab

.


See my Hosted Example