This package is deprecated in favor of https://github.com/effector/cra-template-effector.
The Effector vanilla JavaScript and TypeScript templates for bootstraping Create React App apps.
via npm:
npx create-react-app <project-name> --template effectorjsvia yarn:
yarn create react-app <project-name> --template effectorjsvia pnpm:
pnpx create-react-app <project-name> --template effectorjsvia npm:
npx create-react-app <project-name> --template effectorjs-tsvia yarn:
yarn create react-app <project-name> --template effectorjs-tsvia pnpm:
pnpx create-react-app <project-name> --template effectorjs-ts