npm install
npm run serve
To test your locally running server within Teams start an ngrok tunnel
Copy the https:
url inside the manifest.json
update the .env file in the project root to include your current ngrok https:
url.
Then upload your app to Teams.
npm run build
npm run lint
Update the manifest.json
file to include the public url of your Tab file (inside the staticTabs
the property contentUrl
)
file is stored at plugin-assets/manifest.json
after adjusting the manifest.json file run:
npm run package
follow the instructions on how to deploy your app:
https://docs.microsoft.com/en-us/microsoftteams/platform/concepts/deploy-and-publish/apps-upload