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
- Host: GitHub
- URL: https://github.com/richardrigutins/blazor-cloud-run-samples
- Owner: richardrigutins
- License: mit
- Created: 2022-10-01T15:18:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-31T10:32:52.000Z (about 1 year ago)
- Last Synced: 2024-12-31T11:29:00.583Z (about 1 year ago)
- Topics: blazor, blazor-server, blazor-wasm, blazor-webassembly, cloud-run, docker, dotnet, gcp
- Language: HTML
- Homepage:
- Size: 200 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.