🕹ī¸ Intro

Build a Progressive Web App

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

Questions? Let's chat

Open Discord