In the previous chapter, we got our simple application live, hosted inside of an Azure Static Web App and running in a production environment.
In this chapter, we will work to solve the problem mentioned at the end of Chapter 3 – that we can only run our application in production at the moment. By the end of the chapter, you will know how to debug inside Visual Studio, the changes needed to the code and local settings. And we’ll look at using an external tool, the Static Web App CLI, to replicate the Azure ...