[Blazor Server and Blazor Webassembly] codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.
This codebase was created to demonstrate a fully fledged fullstack application built with Blazor server and Blazor webassembly including CRUD operations, authentication, routing, pagination, and more.
We've gone to great lengths to adhere to the Blazor community styleguides & best practices.
For more information on how to this works with other frontends/backends, head over to the RealWorld repo.
The app consists of two programs: blazor server and blazor wasm that you can run. They use the same pages defined in SharedLib and the same application and infrastructure libraries
Clone the repo and run one of the clients with Visual Studio (Windows / Mac / Code). Please ensure .net core v3.1 or higher is installed