npm コマンドをインストール
参考
https://react.dev/
$ npx create-react-app@latest my-react-app --template typescript
$ cd my-react-app/
$ npm start
ブラウザでアクセス
http://localhost:3000/
npm コマンドをインストール
参考
https://react.dev/
$ npx create-react-app@latest my-react-app --template typescript
$ cd my-react-app/
$ npm start
ブラウザでアクセス
http://localhost:3000/
投稿者:
タグ: