Skip to content
This repository was archived by the owner on Jul 19, 2022. It is now read-only.

Tutorials

Justin Willis edited this page Jan 19, 2022 · 2 revisions

Transform a create-react-app app to a PWA

While the Extension can work with any Web app, this is a walkthrough specific to a React app created with the create-react-app CLI. This same workflow should work with any app type or framework.

Validate

  • After generating your app with the create-react-app CLI, open your app in VSCode
  • Tap the PWABuilder Icon on the left side of VSCode
  • Check the status of your app. For a default create-react-app app, it will look something like this:

** coming soon **

Clone this wiki locally