yoDon / electron-dotnet

Boilerplate for Electron .NET apps (combining C# with Electron, Typescript, and React)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is not use both dotnet & electron to make a app

walter211 opened this issue · comments

This repo uses Electron to make desktop applications for Windows, OSX, and Linux. The UI is written in React and Typescript that connects to C# running in dotnet core hosted by the Electron main process and called via a GraphQL api. So yes, it does use both dotnet and electron to make an app.