Hi guys and girls,

I hope you are enjoying the course so far!

I just want to let you know that there is a Github Repository containing all the code for this course. If you have any issues with the code, it will help you to resolve those issues and continue with the course.

I am explaining how you can use the Github Repository in Section 8.

There are 2 git branches per each lesson that implies code changes. Every git branch name consists of the lesson number and lesson name. For example, for Lesson 10 "Handling Images with Webpack" the names of the branches are 10-handling-images-with-webpack-begin and 10-handling-images-with-webpack-end.

10-handling-images-with-webpack-begin branch represents the state of the repository at the beginning of the Lesson 10, while 10-handling-images-with-webpack-end branch represents the state of the repository at the end of the Lesson 10.

If the lesson doesn't imply any code changes, there are no git branches for that lesson. For example, Lesson 9 "Introduction to Asset Modules" serves as an introduction to the section about Asset Modules, and it doesn't contain any code changes.  Therefore, there are no git branches related to it.

If you have any questions regarding the course, please feel free to write me via Q&A section and I will do my best to help you!