npx create-react-app my-app
Creating a TypeScript app
npx create-react-app my-app --template typescript
References
https://create-react-app.dev/docs/getting-started/
Daily Notes of a Programmer
npx create-react-app my-app
Creating a TypeScript app
npx create-react-app my-app --template typescript
References
https://create-react-app.dev/docs/getting-started/