academind / react-complete-guide-course-resources

React - The Complete Guide Course Resources (Code, Attachments, Slides)
2.09k stars 1.69k forks source link

React - The Complete Guide Course Resources

This repository provides access to code files, code snapshots, slides & other resources that are used or provided by the React - The Complete Guide course.

If you're facing any issues with the code, please post in the course Q&A section.

Repository Content

The Code Snapshots and Lecture Attachments folders contain one subfolder per course section - this allows you to easily access the resources for a specific course section.

How To Use Code Snapshots

Code snapshots are primarily provided to allow you to compare your code to mine. The snapshots are taken directly from the course recordings and therefore reflect my code you see in the videos.

Of course, you can also try running those code snapshots on your machine. You'll need to run npm install in the individual snapshot folders, followed by npm run dev to start the development server - just as shown in the course.