Blazor WebAssembly with Azure Functions app for Astronomy Picture of the Day powered by NASA Open API.
- Checkout the repository
- Download Azure Functions CLI tools
- Make sure Storage Emulator is started (its part of the .NET SDK)
- In Visual Studio configure the multiple project startup to run the Client and the Api
- In Visual Studio Code choose "Launch Functions and Debug Blazor WebAssembly App" debug configuration for multi-target debugging
- Or from CLI run
func start
fromsrc/Api
and then rundotnet run
fromsrc/Client