Module 5 Introduction

Introduction to Module 5.0.

Project Source Code

Get the project source code below, and follow along with the lesson material.

Download Project Source Code

To set up the project on your local machine, please follow the directions provided in the README.md file. If you run into any issues with running the project source code, then feel free to reach out to the author in the course's Discord channel.

This lesson preview is part of the TinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL course and can be unlocked immediately with a \newline Pro subscription or a single-time purchase. Already have access to this course? Log in here.

This video is available to students only
Unlock This Course

Get unlimited access to TinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL, plus 70+ \newline books, guides and courses with the \newline Pro subscription.

Thumbnail for the \newline course TinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL

So far, we've been focusing on the server portion of our application. We created a server using Node and Express, and we set up a GraphQL API with the help of Apollo. We also verified our GraphQL API's functionality using the GraphQL Playground. That's right, but we haven't been able to verify our GraphQL API works by querying this information from a client app, which is why in this module we're now switching over to the client portion of part one of the course. In this module, we're going to introduce React, as the main tool will use to build our client application, and walk through Create React app to help scaffold a new Webpack bundled React application. (upbeat music)