Skip to content

keajs/cra-template-kea-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cra-template-kea-typescript

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: