### Web (ASP.NET Core Razor & Blazor) The ASP.NET Core and Blazor apps are setup to run locally against the APIs running in Docker. If you are unable to deploy locally, you can use these pre-deployed services: Open up ` src/Web/Server/appsettings.Development.json` and `src/Web/Client/wwwroot/appsettings.Development.json` enter this for both ```json "PodcastApi": { "BaseAddress": "https://podcastapica.ashyhill-df3dfdf5.eastus.azurecontainerapps.io" }, "ListenTogetherHub": "https://dotnetpodcasts-listentogether-hub.azurewebsites.net/listentogether" ``` Watch the .NET Conf 2021 demo of .NET MAUI here: https://youtu.be/gYQxBHjRNr0?t=2699 ### Demo Script Snippets ```razor ``` ```razor ``` ```razor ``` ```razor ```