Module 1 Introduction

This is an introduction to the work we'll be doing in Module 1.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

Hi there, in this module we'll be creating a node server from scratch. Then we'll use Express to bootstrap a simple web server. In the end, we'll introduce the benefits of TypeScript and integrate TypeScript into our node server. In fact, the details within this module will introduce node and explain how node is different to other web server technologies. Run a simple JavaScript file with node. Create a server with the help of the popular Express package. Use NodeMon as a development tool to help with automatic reloading of our code. Introduce TypeScript and explain the benefits of using it. Add TypeScript to our server project and see how we're able to compile a Type Script project to valid JavaScript. Install and use ES lint as our development code linting tool. And finally, use mock data to create a get and post route within our server to mimic how RESTful APIs are to usually behave. (upbeat music)