Search⌘ K
AI Features

Quiz

Explore how to create and configure React projects with TypeScript using Create React App. This lesson helps you understand the setup process and testing approach before moving on to manual configurations without the tool.

We'll cover the following...

Creating projects with Create React App

1.

What is the command line option for the create-react-app command to create a React project with TypeScript?

A.

There is no option because the project will be automatically created with TypeScript enabled.

B.

--typescript


1 / 7

In ...