Frontend Serverless with React and GraphQL

Start at the beginning and work your way through this project. The code for each step as well as the finished project can be found in the Github repository.


    0. Getting Started

    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.