Course lesson

Walkthrough of the Refactoring Project

Let's run through the file structure so that you understand what is going on in our application. We will quickly view the src directory which houses our lib, styles, and UI. This course will focus on the components in the UI folder.

Duration
2 min
Access
Included
Transcript
Retained from source evidence

Let's run through the file structure so that you understand what is going on in our application. We will quickly view the src directory which houses our lib, styles, and UI. This course will focus on the components in the UI folder.

Generally, I would start off an application using create-react-app which will build out all of the file structure for us for TypeScript but this course will teach you how to implement TypeScript in an already built application.