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