Search⌘ K
AI Features

Creating a basic project

Explore the process of setting up a basic React project using TypeScript with Create React App. Understand the project structure, file extensions for TypeScript React files, and how to run and modify the app in development mode to see changes instantly.

Technical requirements

We are going to use the following tools in this lesson:

Introducing Create React App

Create React App (CRA) is a command-line tool built by the developers at Facebook to help us quickly build React applications. It sets up many ...