đšī¸ Intro
Build a Progressive Web App
Links
Create React App
Use the CRA PWA template to create a new React app.
command line
npx create-react-app my-app --template cra-template-pwa
Firebase
Create a Firebase project and deploy the app to the cloud.
command line
npm install -g firebase-tools
firebase init --hosting
npm run build
firebase deploy