DEV Community

Discussion on: Making React App a Progressive Web App (PWA)

Collapse
 
nkirase profile image
Patriotic Nigerian

How do I get the PWA in my system

Collapse
 
ankitkamboj18 profile image
Ankit Kamboj • Edited

@Patriotic Nigerian - First you need to decide which tech stack you need to use whether it's Vanilla Javascript with HTML or some framework like React, Angular, Vue, or some other, and based on that you need to configure service workers and manifest.json to make your app a PWA. Service worker part and manifest.json is mandatory for any app to be a PWA. Hope this helps.!!