effector / cra-template

☄️ Effector Create React App template with TS support

Home Page:https://npmjs.com/cra-template-effector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

☄️ cra-template

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

David npm npm GitHub Twitter Follow

Install

Vanilla JavaScript template installation

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

TypeScript template installation

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

Contributing

Always open to your contributions! Just follow these instructions:

  1. Fork and clone this repo
  2. Create new branch:
git checkout -b <branch-name>
  1. Make changes
  2. 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
  3. Push your changes to cloned repository and open Pull Request in main repository

About

☄️ Effector Create React App template with TS support

https://npmjs.com/cra-template-effector

License:MIT License


Languages

Language:HTML 27.3%Language:TypeScript 26.2%Language:JavaScript 24.7%Language:CSS 21.8%