https://github.com/keajs/cra-template-kea-typescript
The Kea TypeScript template for Create React App.
https://github.com/keajs/cra-template-kea-typescript
Last synced: about 1 month ago
JSON representation
The Kea TypeScript template for Create React App.
- Host: GitHub
- URL: https://github.com/keajs/cra-template-kea-typescript
- Owner: keajs
- Created: 2021-04-26T07:17:49.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-02T20:09:32.000Z (almost 3 years ago)
- Last Synced: 2025-03-30T15:36:43.853Z (about 2 months ago)
- Language: TypeScript
- Size: 78.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cra-template-kea-typescript
This is the official [Kea](https://kea.js.org) TypeScript template for [Create React App](https://github.com/facebook/create-react-app).
To use this template, add `--template kea-typescript` when creating a new app.
For example:
```sh
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](https://kea.js.org) – How to get started with Kea.
- [Getting Started](https://create-react-app.dev/docs/getting-started) – How to create a new app.
- [User Guide](https://create-react-app.dev) – How to develop apps bootstrapped with Create React App.