xxxxxxxxxx
npm init vite@latest vite-number-conversion -- --template react-ts
xxxxxxxxxx
npx create-react-app app-name --template typescript
# or using yarn
yarn create react-app app-name --template typescript
xxxxxxxxxx
npx create-react-app my-app --template typescript
/*if done correctly, many of your files should now have extension .tsx instead*/
xxxxxxxxxx
npx create-react-app app-name --template typescript
# or using yarn
yarn create-react-app app-name --template typescript
vite create react app:
xxxxxxxxxx
yarn create vite my-vue-app --template react-ts
yarn package manager, global variable vite
xxxxxxxxxx
npx create-react-app app-name --template typescript
// or using yarn
yarn create react-app app-name --template typescript