Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/frankhale/electron-with-blazor-server

A simple app that demonstrates spawning a Blazor Server app from Electron
https://github.com/frankhale/electron-with-blazor-server

blazor-server blazor-server-app electron electron-app example

Last synced: 19 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](screenshots/blazor-server-app.png)

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

![Server-Log](screenshots/server-log.png)

## Additional Information

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

## Dependencies

- Node [https://nodejs.org/]
- .NET 5 [https://dotnet.microsoft.com/]

## 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](LICENSE)