This is the official Kea TypeScript template for Create React App.
To use this template, add --template kea-typescript
when creating a new app.
For example:
npx create-react-app --template kea-typescript my-app
# or
yarn create react-app --template kea-typescript my-app
For more information, please refer to:
- Kea Docs – How to get started with Kea.
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.