DEV Community

[Comment from a deleted post]
Collapse
 
harveyhalwin profile image
Heinek Halwin

Hi,
If you created your react app using create-react-app, all you need to do is enable your service worker by registering it. All the necessary code required to make your app into a PWA is already handled by create-react-app. You shoud check it out.