From the course: Bootstrap 4 with Sass

Using the exercises for this course - Bootstrap Tutorial

From the course: Bootstrap 4 with Sass

Start my 1-month free trial

Using the exercises for this course

- [Instructor] You can get all the code for this course by going to the repo at this URL. Now the repository has branches for each of the videos in the course. You can use the branch popup menu in GitHub to switch to a specific branch and take a look at the course at that stage. The branches are structured so that they correspond to the videos in the course. So for example, if I name a branch 02_03e, then that branch corresponds to the second chapter and the third video in that chapter. The extra letter at the end of the name corresponds to the state of the branch. The letter B means that it is how the code looks at the beginning of the video. And the letter E means that is how the code looked at the end of the video. The master branch usually has the final version of the code when I finish the course. You can switch to a branch by clicking on it and use this button right here to download the code at that branch. Once you download the course, make sure you decompress it, and then you can open up this folder in your favorite text editor. Once you do that, you'll need to run the npm install using a terminal to install all the dependencies for the project. Make sure you take a look at the videos on how I'd install things and how the projects work. You're also going to need to make sure that you have Node.js installed, which you can download at this URL, as well as Git, which you can download here. If you download Git on a PC, make sure you also install the Git BASH application that you can get when you go through the installation. For instructions on how to work with this and other courses with GitHub repos, search for our course on Git and GitHub.

Contents