Create a React application with TypeScript using create-react-app

InstructorRich Buggy

Share this video with your friends

Send Tweet

This video shows how to create a React application with TypeScript using the new TypeScript support in create-react-app 2.1.0.

In this lesson, we'll create a React project with create-react-app, rename some files, and see how create-react-app detects TypeScript in our project and automatically generates a .tsconfig file for us.