Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

cra-template-effector-typescript

effector14MIT3.1.0TypeScript support: included

The offcial Effector template with TypeScript support for Create React App.

effector, react, create-react-app, cra, template, typescript

readme

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.


```bash
npx create-react-app <project-name> --template effector-typescript

```bash
yarn create react-app <project-name> --template effector-typescript

```bash
pnpx create-react-app <project-name> --template effector-typescript

For more information, please refer to: