This sample explains about how to add the theme for the ASP.NET Core applications through npm packages using the SCSS files.
- Visual Studio 2022
- Visual Studio Code
- Checkout this project to a location in your disk.
- Open the solution file using the Visual Studio 2022.
- Restore the NuGet packages by rebuilding the solution.
- Run the project.
Before run the project, need to open Command Prompt from the application root directory and run the command
npm install @syncfusion/ej2
to install the Syncfusionnode_modules
in this application.