This repository contains a Blazor application built with .NET 8, focusing on synchronized charts. Follow the steps below to set up and run the application.
Make sure you have the following tools installed on your machine:
- .NET SDK 8.0
- Visual Studio or Visual Studio Code (optional but recommended)
-
Clone the repository:
git clone https://github.com/SyncfusionExamples/Blazor-Synchronized-Charts.git
-
Navigate to the project directory:
cd Blazor-Synchronized-Charts -
Restore the project dependencies:
dotnet restore
-
Open the solution file (
ChartSample.sln) in Visual Studio. -
Set the startup project to the Blazor application project.
-
Press
F5or click on the "Start Debugging" button to run the application.
-
Open the project in Visual Studio Code:
code . -
Open a new terminal in Visual Studio Code and run the following command to build and run the application:
dotnet run
-
Open your browser and navigate to https://localhost:5001.
- Customize the application based on your synchronized charts requirements and explore additional Blazor features and components.
If you find issues or have suggestions, feel free to open a GitHub issue or create a pull request.