- Learn React with TypeScript 3
- Carl Rippon
- 52字
- 2021-06-10 19:16:46
Creating a React and TypeScript project
There are several ways to create a React and TypeScript project. We'll start by quickly creating a project using a popular tool called create-react-app.
We'll then create a project in a more manual way, helping us to understand all the different pieces in play.