đź“Ś NOTE đź“Ś : Make sure to complete the setup for Microsoft Teams Toolkit.
Open Terminal and run:
npm install
npm start
If you didn’t setup your ngrok yet, you may follow the instructions: Setup Ngrok.
In order to test your application later, you will need to host your application over a public-facing URL using HTTPS. Install ngrok and create a tunnel from the Internet to http://localhost:3000
with the following command:
ngrok http 3000
⚡ IMPORTANT! ⚡ : In your project directory, locate the
.publish\Development.env
file and replace the value forbaseUrl0
with your ngrok URL.
▶️ Part 2 - Register your application in Azure Active Directory