3.1.0 • Published 4 years ago

cra-template-effector-typescript v3.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

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: