A progressive web app template for Create React App, using Workbox.
npm install cra-template-pwaAn progressive web app template for Create React App.
To use this template add --template pwa when creating a new app:
``sh``
npx create-react-app my-app --template pwa
The Create React App documentation has more details on using this template
to create your PWA.