Skip to content
This repository has been archived by the owner on Aug 7, 2020. It is now read-only.

[DEPRECATED] ☄️ Effector template for create-react-app

License

Notifications You must be signed in to change notification settings

Kurzdor/cra-template-effectorjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED

This package is deprecated in favor of https://github.com/effector/cra-template-effector.

☄️ cra-template-effectorjs

The Effector vanilla JavaScript and TypeScript templates for bootstraping Create React App apps.

Install

Vanilla JavaScript template installation

via npm:

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

via yarn:

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

via pnpm:

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

TypeScript template installation

via npm:

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

via yarn:

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

via pnpm:

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