Getting started - React web app - PWA

Create react app with typescript

npx create-react-app bkr-dilution --template typescript

Manifest file for PWA

The create-react-app commands already adds manifest.json to make it a Progressive Web App.