Converting WeatherForcast App to PWA
Learn how to convert a simple Blazor app to a PWA.
We'll cover the following
Adding the logo
We need to add an image to be used as a logo for the app. We will do this by following these steps:
- Right-click the
wwwroot
folder and select the “Add, New Folder” option from the menu. - Name the new folder
images
. - Add the image below to the
images
folder.Note: We have already copied it in the playground below.
Get hands-on with 1400+ tech skills courses.