POC repository to have a reference template for Smart Sample project including Blazor + Saffron + Excel-Addins
- Make sure the Visual Studio 2022 Latest version is installed
- Make sure the .Net Framework v4.8.1 is installed.
- Make sure the following Office/Sharepoint development toolset is installed
- Clone the repo and open in Visual Studio 2022.
- Go to the NpmJS folder path of this project in the Dev Powershell or in the CMD.
- Run these commands:
npm install
npm run build
- Run the main solution (F5)