Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/softchris/blazor-sample
blazor app
https://github.com/softchris/blazor-sample
Last synced: 16 days ago
JSON representation
blazor app
- Host: GitHub
- URL: https://github.com/softchris/blazor-sample
- Owner: softchris
- License: cc-by-4.0
- Created: 2020-09-16T14:52:42.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-05T23:04:53.000Z (over 3 years ago)
- Last Synced: 2024-10-07T13:23:19.468Z (about 1 month ago)
- Language: HTML
- Size: 42 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
---
page_type: sample
languages:
- csharp
products:
- azure functions
description: "Apps that can be used with as a starting point for some MS Learn Modules."
urlFragment: "https://github.com/MicrosoftDocs/mslearn-staticwebapp-dotnet"
---# Official Microsoft Sample
Follow the hands-on tutorial to [publish a Blazor WebAssembly app and .NET API with Azure Static Web Apps](https://docs.microsoft.com/learn/modules/publish-app-service-static-web-app-api/?WT.mc_id=mslearn_staticwebapp-github-aapowell).
## Static Web App
This repository contains apps that can be used with as a starting point for some MS Learn Modules.
The shopping theme is used throughout the app.
## Contents
The apps written in Blazor WebAssembly with a C# Azure Functions API.
## Prerequisites
- Familiarity with Blazor
- Beginner-level experience with Azure Functions
- A GitHub account
- [Node.js LTS and Git](https://nodejs.org/)
- [Visual Studio](https://visualstudio.microsoft.com/vs/?wt.mc_id=mslearn_staticwebapp-github-aapowell) or [Visual Studio Code](https://code.visualstudio.com/?wt.mc_id=mslearn_staticwebapp-github-aapowell) installed
- The [Azure Functions](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurefunctions?wt.mc_id=mslearn_staticwebapp-github-aapowell) extension installed (if using Visual Studio Code)
- [The Azure Functions Core Tools](https://docs.microsoft.com/azure/azure-functions/functions-run-local?wt.mc_id=mslearn_staticwebapp-github-aapowell) installed (if using Visual Studio Code)## Problems or Suggestions
[Open an issue here](https://github.com/MicrosoftDocs/mslearn-staticwebapp-dotnet/issues)
## Resources
### Azure Static Web Apps
- Learn how to [Publish an Angular, React, Svelte, or Vue JavaScript app and API with Azure Static Web Apps](https://docs.microsoft.com/learn/modules/publish-app-service-static-web-app-api-dotnet?wt.mc_id=mslearn_staticwebapp-github-aapowell)
- [API support in Azure Static Web Apps](https://docs.microsoft.com/azure/static-web-apps/apis?wt.mc_id=mslearn_staticwebapp-github-aapowell)
- [Add an API to Azure Static Web Apps](https://docs.microsoft.com/azure/static-web-apps/add-api?wt.mc_id=mslearn_staticwebapp-github-aapowell)
- [Authentication and authorization](https://docs.microsoft.com/azure/static-web-apps/authentication-authorization?wt.mc_id=mslearn_staticwebapp-github-aapowell)
- [Routes](https://docs.microsoft.com/azure/static-web-apps/routes?wt.mc_id=mslearn_staticwebapp-github-aapowell)
- [Review pre-production environments](https://docs.microsoft.com/azure/static-web-apps/review-publish-pull-requests?wt.mc_id=mslearn_staticwebapp-github-aapowell)### Azure Functions
- Learn about the Azure Functions [local.settings.json](https://docs.microsoft.com/azure/azure-functions/functions-run-local#local-settings-file?wt.mc_id=mslearn_staticwebapp-github-aapowell) file
- Learn how to [Deploy to Azure Using Azure Functions](https://code.visualstudio.com/tutorials/functions-extension/getting-started?wt.mc_id=mslearn_staticwebapp-github-aapowell)
- Sign up for a [Free Trial of Azure](https://azure.microsoft.com/free/?wt.mc_id=mslearn_staticwebapp-github-aapowell)### Visual Studio Code
- [Azure Free Trial](https://azure.microsoft.com/free/?wt.mc_id=mslearn_staticwebapp-github-aapowell)
- [VS Code](https://code.visualstudio.com?wt.mc_id=mslearn_staticwebapp-github-aapowell)
- [VS Code Extension for Node on Azure](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-node-azure-pack&WT.mc_id=mslearn_staticwebapp-github-aapowell)
- Azure Functions [local.settings.json](https://docs.microsoft.com/azure/azure-functions/functions-run-local#local-settings-file?WT.mc_id=mslearn_staticwebapp-github-aapowell) file### Debugging Resources
- [Debugging Blazor WebAssembly](https://docs.microsoft.com/aspnet/core/blazor/debug?wt.mc_id=mslearn_staticwebapp-github-aapowell)
## Contributing
This project welcomes contributions and suggestions. Most contributions require you to agree to a
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.When you submit a pull request, a CLA bot will automatically determine whether you need to provide
a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions
provided by the bot. You will only need to do this once across all repos using our CLA.This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [[email protected]](mailto:[email protected]) with any additional questions or comments.