reactアプリを作成

npm コマンドをインストール

nコマンド導入

参考
https://react.dev/

$ npx create-react-app@latest my-react-app --template typescript
$ cd my-react-app/
$ npm start

ブラウザでアクセス
http://localhost:3000/