generated at
create-react-app
Reactでアプリを作る際に、色々なツールを全部まとめて設定してくれるスクリプト

2022-03-18
$ npm install react-scripts@latest
$ npx create-react-app my-app --template typescript
$ cd my-app

You are running create-react-app 4.0.3, which is behind the latest release (5.0.0).
>npxのキャッシュをクリアしてください。
> npx clear-npx-cache

2021-06-11
$ npx create-react-app my-app --template typescript
$ cd my-app