This is the source for my portfolio website written in Blazor wasm and backing Azure Functions API. I'd love to get some time to generalize and have it pull content from a JSON file so others could stand up a similar portfolio with it.
To build and run the project, you'll need to install the following prequisites:
To install the required packages, and build run the following command:
dotnet build
To run the Azure Functions locally, run the following commands:
cd .\Portfolio.Functions
func start
To run the Blazor front-end, run the following commands:
cd .\Portfolio.FrontEnd
dotnet watch run
Feel free to create issues, or submit a PR.
MIT © Jason Shands