ViteでReact の環境構築

環境構築

npx create-react-app my-app
cd my-app
npm start

上の方法は古いらしい

下記の方法でviteを利用してReact+TypeScriptの環境構築を行う

npm create vite@latest