Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/garrytrinder/tabreacttsdotnet
Sample Teams tab using TTK and React and ASP.NET Core template
https://github.com/garrytrinder/tabreacttsdotnet
Last synced: 25 days ago
JSON representation
Sample Teams tab using TTK and React and ASP.NET Core template
- Host: GitHub
- URL: https://github.com/garrytrinder/tabreacttsdotnet
- Owner: garrytrinder
- Created: 2024-09-09T09:25:57.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T10:52:04.000Z (about 2 months ago)
- Last Synced: 2024-09-14T00:32:21.217Z (about 2 months ago)
- Language: TypeScript
- Size: 744 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to Teams Toolkit!
> [!NOTE]
> This sample is an alternative to the out of the box Blazor based Tab template. It uses the out of the box React and ASP.NET core template.## Quick Start
1. Right-click the 'TeamsApp' project in Solution Explorer and select Teams Toolkit > Prepare Teams App Dependencies
2. If prompted, sign in to Visual Studio with a Microsoft 365 work or school account
3. Press F5, or select Debug > Start Debugging menu in Visual Studio to start your app
![image](https://raw.githubusercontent.com/OfficeDev/TeamsFx/dev/docs/images/visualstudio/debug/debug-button.png)
4. In the opened web browser, select Add button to test the app in Teams## Run the app on other platforms
The Teams app can run in other platforms like Outlook and Microsoft 365 app. See https://aka.ms/vs-ttk-debug-multi-profiles for more details.
## Get more info
New to Teams app development or Teams Toolkit? Explore Teams app manifests, cloud deployment, and much more in the https://aka.ms/teams-toolkit-vs-docs.
This sample is configured with interactive server-side rendering. For more details about rendor modes in Blazor, visit [ASP.NET Core Blazor render modes](https://learn.microsoft.com/aspnet/core/blazor/components/render-modes).
Note: This sample will provision only one tenant Microsoft Entra app.
For multi-tenant support, refer to https://aka.ms/teamsfx-multi-tenant.## Report an issue
Select Visual Studio > Help > Send Feedback > Report a Problem.
Or, create an issue directly in our GitHub repository:
https://github.com/OfficeDev/TeamsFx/issues