cra-template-effector
v3.1.0
Published
The offcial Effector template for Create React App.
Downloads
6
Readme
cra-template-effector
This is the official template for Create React App with Effector.
To use this template, add --template effector
when creating a new app.
npm:
npx create-react-app <project-name> --template effector
yarn:
yarn create react-app <project-name> --template effector
pnpm:
pnpx create-react-app <project-name> --template effector
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.