sotheanithsok / Habeas

A complete implementation of large scale search engine including on-disk indexing, multiple queries options, and user interfaces.
MIT License
0 stars 0 forks source link

Electron GUI integration #46

Closed sellabae closed 5 years ago

sellabae commented 5 years ago

GUI #14 the dependencies

dotnet add package ElectronNet.API -v 5.22.14
dotnet add package Microsoft.AspNetCore.App
dotnet add package Microsoft.AspNetCore.Razor.Design -v 2.2.0
dotnet add package Microsoft.VisualStudio.Web.CodeGeneration.Design -v 2.2.3
dotnet tool install ElectronNET.CLI -g
npm install electron-builder --global
electronize start
sellabae commented 5 years ago

just leaving this issue as a reference for later.