cra-template-effector-typescript
v3.1.0
Published
The offcial Effector template with TypeScript support for Create React App.
Downloads
3
Readme
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.
npm:
npx create-react-app <project-name> --template effector-typescript
yarn:
yarn create react-app <project-name> --template effector-typescript
pnpm:
pnpx create-react-app <project-name> --template effector-typescript
For more information, please refer to:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.