This document provides instructions for setting up and running a basic Teams App using Node.js.
Before you begin, ensure you have the following installed:
- Node.js
- Teams Toolkit extension on your IDE
Follow these steps to set up and run each part of the project.
First, set up the API component:
cd api
npm i
npm run dev
Next, set up the App component:
cd app
npm i
npm run dev
Finally, set up the Teams component:
cd teams
npm i
After installing dependencies, open the teams directory on your Visual Studio Code. Go to the Teams Toolkit in your IDE, navigate to Environment -> Local, and click on Debug to start the Teams Application. Click on the link generated on the Output Console and there you go!
For more detailed information about each component, refer to the respective README files in their directories.
Jobmaker - Microsoft AppSource
-
Tabs: Tabs can display web content, documents, third-party applications, and more.
-
Single Sign-On (SSO): Microsoft Teams supports Single Sign-On. With SSO, users can use their existing credentials to sign in to Teams and other integrated Microsoft services without needing to enter their login information repeatedly.
If you encounter any issues or have questions, please file an issue in the project's GitHub repository.