Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 917 Bytes

File metadata and controls

15 lines (12 loc) · 917 Bytes

How to Add a Blazor Scheduler to the Blazor Server App?

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.

Pre-requisites

To run this project, you need to install the following pre-requisites in your machine.

  • Visual Studio Code
  • .NET Core SDK 3.1.1

How to run this application?

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.