From the course: Building Modern Projects with React

Basic setup and exercise files - React.js Tutorial

From the course: Building Modern Projects with React

Basic setup and exercise files

- [Instructor] All right, so before we discuss what this course is going to cover in more detail, I just want to show you the basic setup that's going to be involved, and how to work with the exercise files. So the basic setup, if you're going to follow along using code spaces, which I would highly-recommend, there's not really much you need to do. You simply need to go to GitHub and create a code space from the repo for this course. Once you're there, you can switch to the state for any video in this course. Any video where I write code, of course, by checking out the corresponding branch. So for example, if you want to get the starting state of the code that you'll need for, let's say, the fourth video in section three, you can simple say, "git checkout," and then you're going to check out the branch 03_04_start, all right? And if you want the ending state for that video, the ending state of the code for that video, that is. You're going to say, "03_04_end." All right? And that will check out that branch, and your code should be in sync with what I write in that video.

Contents