Buat Aplikasi React dengan Konfigurasi TypeScript

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

# or

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