Walkthrough of the Refactoring Project

Share this video with your friends

Send Tweet

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.