https://github.com/effector/cra-template
☄️ Effector Create React App template with TS support
https://github.com/effector/cra-template
cra cra-template create-react-app effector js react ts typescript
Last synced: 5 months ago
JSON representation
☄️ Effector Create React App template with TS support
- Host: GitHub
- URL: https://github.com/effector/cra-template
- Owner: effector
- License: mit
- Archived: true
- Created: 2020-02-14T19:10:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-13T19:33:33.000Z (over 4 years ago)
- Last Synced: 2024-10-29T18:45:26.352Z (6 months ago)
- Topics: cra, cra-template, create-react-app, effector, js, react, ts, typescript
- Language: HTML
- Homepage: https://npmjs.com/cra-template-effector
- Size: 286 KB
- Stars: 14
- Watchers: 15
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - CRA template - Simple CreateReactApp template. (Templates / Form management)
README
# ☄️ cra-template
The official [Effector](https://effector.now.sh) Vanilla JavaScript and TypeScript templates for bootstraping [Create React App](https://github.com/facebook/create-react-app) apps.
 [](https://www.npmjs.com/package/cra-template-effector) [](https://www.npmjs.com/package/cra-template-effector-typescript)  [](https://twitter.com/effectorjs)
## Install
### Vanilla JavaScript template installation
```via npm:```
```bash
npx create-react-app --template effector
``````via yarn:```
```bash
yarn create react-app --template effector
``````via pnpm:```
```bash
pnpx create-react-app --template effector
```### TypeScript template installation
```via npm:```
```bash
npx create-react-app --template effector-typescript
``````via yarn:```
```bash
yarn create react-app --template effector-typescript
``````via pnpm:```
```bash
pnpx create-react-app --template effector-typescript
```## Contributing
Always open to your contributions! Just follow these instructions:
1. Fork and clone this repo
2. Create new branch:```bash
git checkout -b
```3. Make changes
4. 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](https://create-react-app.dev/docs/custom-templates#testing-a-template)
5. Push your changes to cloned repository and open Pull Request in main repository