The official Effector Vanilla JavaScript and TypeScript templates for bootstraping Create React App apps.
via npm:
npx create-react-app <project-name> --template effector
via yarn:
yarn create react-app <project-name> --template effector
via pnpm:
pnpx create-react-app <project-name> --template effector
via npm:
npx create-react-app <project-name> --template effector-typescript
via yarn:
yarn create react-app <project-name> --template effector-typescript
via pnpm:
pnpx create-react-app <project-name> --template effector-typescript
Always open to your contributions! Just follow these instructions:
- Fork and clone this repo
- Create new branch:
git checkout -b <branch-name>
- Make changes
- Be sure that create-react-app can sucessfully set up app with your updates in Base or TS template. Read about testing templates for create-react-app here
- Push your changes to cloned repository and open Pull Request in main repository