Buat naskah Template Aplikasi React

npx create-react-app my-app --template typescript

# or

yarn create react-app my-app --template typescript
Jash_World