To create a boilerplate React app using typescript use the following command.
npx create-react-app myapp --template typescript
To create a boilerplate React app using typescript use the following command.
npx create-react-app myapp --template typescript
For further actions, you may consider blocking this person and/or reporting abuse
Abdul Ahad Abeer -
Sarthak Niranjan -
Darko Bozhinovski -
Nazrul Hassan -
Top comments (3)
pnpm create react-app myapp --template typescript
npm create-react-app myapp --template typescript
yarn create react-app myapp --template typescript