A sample app developed with EasyApi to get you started with the library.
Follow the five steps below and start developing Blazor apps faster than ever before.
git clone https://github.com/bpawluk/EasyApiWebsite.git
- Make sure you have Visual Studio installed with the ASP.NET and web development workload
- Start Visual Studio and open the
EasyApiWebsite
solution - Click on the Start Debugging button in the Debug Toolbar in Visual Studio to run the app
- Make sure you have the .NET 8 SDK installed
- Open a command-line terminal and navigate to
EasyApiWebsite/EasyApiWebsite.Server
- Execute the
dotnet watch
command to run the app