How to create ionic build to use it for mobile web app to be opened in chrome browser on device?

Hi all,

How can we create a build of ionic project, so that we can access the compressed code from native browser like Chrome on device ?

Build for Progressive Web app ?

For example, you can set up an App Service in Azure (get azure http:// -address), then you can just ftp all the files from your ionic project www-folder in to the azure and there you go.

@jylikorpi how can we compress the HTML CSS & JS files of the Iconic code when going to production ?

For using it like Mobile Web app ?

ionic build --prod, then use the content of www.

Thanks a lot @Sujan12 !!!

1 Like