Web Hosted UWP App

Windows 10 UWP app comes in an era where you can update a normal website and completely transform it into a UWP functionality app. In this article you will learn how to create Web Hosted UWP Apps for your website.

Let's check the flow to see how it happens,

flow

Let's start with a blank JavaScript UWP template in Visual Studio 2015.

Now, remove CSS, JS and WinJS folders.

folders

Add the website in start page and URI Rules,

code

Run the app,

run

Conclusion

With help of Web hosted apps we can easily convert a normal website to UWP.

Read more articles on Universal Windows Platform (UWP):


Similar Articles