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

https://github.com/richardrigutins/blazor-cloud-run-samples

Demo applications that show how to set up and deploy Blazor web apps to GCP Cloud Run
https://github.com/richardrigutins/blazor-cloud-run-samples

blazor blazor-server blazor-wasm blazor-webassembly cloud-run docker dotnet gcp

Last synced: 9 days ago
JSON representation

Demo applications that show how to set up and deploy Blazor web apps to GCP Cloud Run

Awesome Lists containing this project

README

          

# Blazor Cloud Run samples

This repository contains a few sample applications that illustrate how to add Docker support to Blazor web applications and deploy them on GCP Cloud Run.

Each sample includes the application code and the steps to deploy to Cloud Run.

Currently includes samples for the following Blazor application models:

- [Blazor Server](BlazorServerApp)
- [Blazor WebAssembly (ASP.NET core hosted)](BlazorWasmHostedApp)
- [Blazor WebAssembly (standalone)](BlazorWasmStandaloneApp)
- [Blazor Web App](BlazorWebApp)

## Contributing

Contributions are welcome! Here are some ways you can contribute:

- Report errors or suggest new features by creating an issue.
- Improve the documentation by submitting a pull request.

Before submitting a pull request, please make sure that your changes are consistent with the project's coding style.