Archived course lesson

Getting Started

Part of Frontend Serverless with React and GraphQL

Objective: Get a lay of the land for Next Chop and where you can find code resources.

In this video we go over where you can go to get all of the code that we will be building in this course.

Repo Location:

The Next Chop Repo is located on Github

On the github page, there is a button that specifies the branch. For this project, you should check out the staging branch- each commit represents a step and the titles match the titles of each video.

If you click on the commits tab, you should be able to see a list of commits and if you click on a particular step, you will see all the files that changed so that you can make the same changes in your own project. Lines that are green represent additions while red lines correspond to lines that are removed.

If you prefer a more visual display of the code changes from commit to commit, I’d recommend a visual code editor such as Git Kraken. It allows you to click on a particular commit and easily copy and paste the code into the respective files that need changing.