Testing out a simple Blazor WebAssembly (WASM) app communicating with a Web API
Instead of loading on a server with or without ASP.NET Core this app uses the new Azure Static Web App feature. https://azure.microsoft.com/en-us/services/app-service/static/
Check out the live website at https://witty-rock-0ee9aa81e.azurestaticapps.net/
After publishing the client app an integrity check error was showing in the browser. See issue #3 for details. A line was added in the .gitattributes file to not change line endings for files in the published folder. After the line was added in .gitattributes the website had to be republished and it now deployed with GitHub Actions and the Azure Static Web Apps platform