Intro Build a Progressive Web App

This lesson is available for PRO members or as a single course purchase. Sign-in and choose a plan below.

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?

Ask questions via GitHub below OR chat on Slack #questions