From the course: Developing for Microsoft Teams

Unlock the full course today

Join today to access over 25,000 courses taught by industry experts.

Visual Studio Code

Visual Studio Code

- [Instructor] There are several ways of creating a Teams app project, let's look at the Microsoft Teams toolkit and info for visual studio code. So I've opened visual studio code and I'm going to go to the Microsoft Teams add in and that's the one we installed earlier and I'm going to go to this option here, which is create new Teams app. Now I get a prompt because VS Code wants to connect to my Team's account or all them on Microsoft 365 tenant, so I'm going to click allow that takes me to a sign-in page, So, I got to sign in, make sure I get the right tenant and that's fairly painless so I can get rid of that now. And now I see a screen which will allow me to choose the type of app I want to build, so what I can do here is say let's create a personal app and we've got a choice of TypeScript or JavaScript, so we'll choose TypeScript. I'm going to give it a name, I'll call it teamstab5 and click on finish. Just be careful…

Contents