Publish Progressive web app

So I’ve been working in ionic 2 and find really interesting the progressive web app support.

Now, where are the actual files to upload in to a server?, Is the build inside www?

When I run those seems Ok, but says cordova.js is missing.

Anyone that can help understand that step to make the app progressive?

Thanks!

Well, for anyone else haven the same question.

It results with “ionic serve” the files are generated, so for make it progressive web app, the manifest and worker should be configured for your app, and the files to use are in www folder.