2.0.6 • Published 4 years ago

cra-template-effectorjs-typescript v2.0.6

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

cra-template-effectorjs-typescript

The Effector template for Create React App.

To use this template, add --template effectorjs-typescript when creating a new app.

npm:

npx create-react-app <project-name> --template effectorjs-typescript

yarn:

yarn create react-app <project-name> --template effectorjs-typescript

pnpm:

pnpx create-react-app <project-name> --template effectorjs-typescript

For more information, please refer to: