How to deploy progressive web app on my live server

Hello All, I have developed progressive web app using ionic 2 and I tested it on my local and it seems to work fine .

Now I want to deploy the PWA on my production server (apache is running ) where I will access it using some url … I did not found any article which would guide me to do so . If anybody knows the process please help me

Regards
Surjan

These should help:

https://www.joshmorony.com/the-bare-necessities-progressive-web-apps-in-ionic/ (setting up a PWA)

https://www.joshmorony.com/uploading-a-production-pwa-with-ionic/ (deploying a PWA)

1 Like

Thanks for your response … It worked for me