React App -Vorlagen -Typscript erstellen
npx create-react-app my-app --template typescript
# or
yarn create react-app my-app --template typescript
Jash_World
npx create-react-app my-app --template typescript
# or
yarn create react-app my-app --template typescript