From the course: Building a GraphQL Project with React.js

Using the exercises for this course

- [Trainer] To get through the code for this course, simply go to raybo.org/slides_graphqlreact. This will take you to a slideshow with all the links you'll need for the course. At the bottom of the slideshow, you'll find a navigation toolbar. You can hit the T key to show or hide the toolbar. You can also find links to the GitHub repository as well as contact information. If you hit the M key, you'll see an index of all those slides for the course. If you click on a slide, that slide will play on your monitor. At the beginning of each slide, there is an overlay with a link to each of the slides. To move through the slides, you can use the arrow keys. You can get to a GitHub repo that has all the code for the course. The repository is built so that there are branches for each of the videos and the course. You can use this branch pop-up right here to switch to a specific branch and take a look at the code at that stage. For example, the branch titled 01_02 would show you the code on chapter one and show you the second video in that chapter. If you see a letter B at the beginning of the name, it means that's how the code look at the beginning of the video. If you see an E at the end of the branch, that's how the code look at the end of the video. If you want to, you can download the code by clicking the Code button and then choosing one of the options like Open with GitHub Desktop or Open with Visual Studio code. If you're familiar with terminal commands, you can also download the repo by using the clipboard icon to copy the link. You could also look at the code or download any of the branches by going to the branch pop-up and then using the Code button. That way you can download the ZIP file for the specific video you want to follow along with. We recommend that you download the main branch and issue the NPM install from there. If you need more experience working with Git and GitHub, do a search for learning Git and GitHub in our library. If you're comfortable with this, then let's get started.

Contents