cra-template-effector-typescript
This is the official template for Create React App with Effector and TypeScript support.
To use this template, add --template effector-typescript when creating a new app.
```bash
npx create-react-app <project-name> --template effector-typescript
```bash
yarn create react-app <project-name> --template effector-typescript
```bash
pnpx create-react-app <project-name> --template effector-typescriptFor more information, please refer to:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.