From the course: Building Test-Driven React Components with Copilot
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
Understanding test-driven development (TDD) in React - Microsoft Copilot Tutorial
From the course: Building Test-Driven React Components with Copilot
Understanding test-driven development (TDD) in React
- [Instructor] To get started with our development environment here, we need to make sure we have Visual Studio Code downloaded. If you don't have this, you can head over to code.visualstudio.com, and then the button in the center will download it for your particular platform. You can get this for free, no need to purchase anything. And then once we have that downloaded, we're going to make sure that we have GitHub Copilot installed within VS Code. So let's go over to VS Code. We're going to select code here from the menu and then select settings and then extensions. And here we're going to search for Copilot. So Copilot will be the first one that comes up here. We're going to click on Copilot. We're going to click install, and then this will install this for us. It has installed Copilot as well as GitHub Copilot Chat, which is going to help us to send prompts, to help us do all sorts of things, particularly writing tests. So that'll be everything that we need from our development…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.