Skip to content

frankhale/electron-with-blazor-server

Repository files navigation

electron-with-blazor-server

A simple project demonstrating how to spawn a Blazor Server app from Electron as well as providing server logs directly in the Electron app.

Blazor Server App:

Blazor-Server-App

Press Alt+CommandOrControl+L to show the server log:

Server-Log

Additional Information

The blazor-server-app folder is just a vanilla Blazor Server project.

Dependencies

How to run

  1. Clone the code repository.
  2. Open terminal to code repository.
  3. Run npm install. (See Dependencies above)
  4. Run npm run start to start the application.

NOTE: The Blazor Server app uses a self signed certificate and Electron has been configured to ignore certificate errors and turn off strict SSL. This configuration is not suitable for production.

Author(s)

Frank Hale <[email protected]>

Updated on: 16 January 2021

License

MIT - see LICENSE

About

A simple app that demonstrates spawning a Blazor Server app from Electron

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published