Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1010 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 1010 Bytes

"Portfolio Website"

BlazorElectronApp

Overview

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.

Key Features

  • Utilizes Blazor components for UI development.
  • Integrates with Electron for cross-platform desktop deployment.
  • Demonstrates seamless interaction between C# (Blazor) and JavaScript (Electron).

Installation

Prerequisites

Clone and Setup

  1. Clone the repository:
    git clone https://github.com/yourusername/BlazorElectronApp.git
    cd BlazorElectronApp
    dotnet restore
    dotnet build