Reputation: 1868
Looking forward to know if it's possible to turn a hybrid app into a PWA?
Upvotes: 1
Views: 309
Reputation: 3126
It's possible. I've made one with Angular so if you have any more questions feel free to ask.
Angular PWA
Here are the details https://ionicframework.com/docs/angular/pwa
The @angular/pwa
package will automatically add a service worker and an app manifest to the app. To add this package to the app, run:
ng add @angular/pwa
React PWA
Here are the details https://ionicframework.com/docs/react/pwa
Additional links:
Upvotes: 1