From the course: JSON Essential Training
Work with the GitHub repo - JavaScript Tutorial
From the course: JSON Essential Training
Work with the GitHub repo
- [Instructor] All of the files for this course are freely available for download on the course page but if you prefer to work with a Git repo instead, you can clone the GitHub repo at this URL. The repository is built so there are branches for each of the videos in the course. You can use the branch pop-up to switch to a specific branch and take a look at how the code looked for a specific video. For example, the branch title 01_04E would show you the code in chapter one and fourth video in that chapter. If you see a letter B at the end of the name, it means that's how the code looked at the beginning of the video. If you see an E at the end of the branch, that's how the code looked at the end of the video. Note that the files for each video in this course include both the begin and end folder, so just by cloning the entire repo, you'll already have the begin and end state for all the videos. So if you want to use branches, you can, but you'll also have access to all the content you need without using the branches. You may need to install NPM, as well as Git, before you clone this repo. If you want to work with this GitHub repo but you need a little more experience with Git and GitHub, do a search for GitHub in our library. If you're comfortable with GitHub and want to go ahead and clone the course, great, and let's get started.
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.