✔️ Vite + React + TS yarn create vite Project name: react-app1Select a framework >> ReactSelect a variant >> TypeScript + SWC cd react-app1 yarn yarn dev 💠Reactnpm install -g create-react-app create-react-app react1 cd react1 npm start