BadgerCode / ElectronDotNetCoreTestApp

Electron app using .net core for the backend all in one process

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Electron .net Core Test App

Using instructions from https://elanderson.net/2018/04/create-a-desktop-application-using-asp-net-core-and-electron-net/

Environment Setup

Install the Electron CLI globally:

dotnet tool install ElectronNET.CLI -g

Run the project

Run the following commands inside the folder ./ElectronTestApp/

electronize start

Or to automatically rebuild

electronize start /watch

Build the project

Run the following commands inside the folder ./ElectronTestApp/

Note: Use powershell

electronize build /target win
electronize build /target osx
electronize build /target linux

The output will appear in the folder ./ElectronTestApp/bin/Desktop

About

Electron app using .net core for the backend all in one process


Languages

Language:HTML 41.9%Language:C# 40.5%Language:CSS 15.0%Language:JavaScript 2.5%