A quick start Blazor Server App Project that helps you to learn how easily you can configure and add the Blazor Scheduler of Syncfusion to it. You will also learn how to bind a list of appointment data to the Scheduler dataSource as well as how to bind data from a remote service URL.
To run this project, you need to install the following pre-requisites in your machine.
- Visual Studio Code
- .NET Core SDK 3.1.2
To run this application, you need to first clone or download this getting-started-with-blazor-scheduler
repository and then open it in Visual Studio Code. Now, open the Integrated Terminal
in VS Code and run the following command to build and run this project.
dotnet watch run
Navigate to http://localhost:5000/
or http://localhost:5001/
in the browser to view the output.