BlazorElectronApp is a project that combines Blazor, Microsoft's modern web framework, with Electron, a framework for building cross-platform desktop applications using web technologies. This repository showcases the integration of these technologies to create a versatile desktop application.
- Utilizes Blazor components for UI development.
- Integrates with Electron for cross-platform desktop deployment.
- Demonstrates seamless interaction between C# (Blazor) and JavaScript (Electron).
- .NET SDK Download .NET SDK
- Node.js and npm Download Node.js
- Clone the repository:
git clone https://github.com/yourusername/BlazorElectronApp.git cd BlazorElectronApp dotnet restore dotnet build