Creating a Blazor PWA Hosted in AWS Amplify

If you build apps for the web, including progressive web apps (PWA's) then you might be familiar with Microsoft's Blazor technology. If you're not familiar, Blazor lets you create and host web apps with .NET and C# that can run on any web browser using WebAssembly, server-side in ASP.NET Core, or even in native client apps - all without having to write any JavaScript! In this article, we are going to walk through the process of creating a Blazor PWA using Visual Studio Community Edition. We will then deploy and host the Blazor app into AWS Amplify straight from a…
Read More