prepackaging html js pages in HWA app

Hey Kirupa,

I have a query related to prepackaging HTML JS page in HWA app for fast boot. Basically to create a native experience, I want to prepackage my HTML and JS page in the app. This page should be my start page. This page will eventually take user to the my web app.

Thanks,
Ashish

In VS, create a Windows Web App. That will give you a default html page that is included as part of your package. You can then redirect that view to your hosted page when ready :slight_smile: