https://github.com/bearury/react-components
Task for learn RSScholl
https://github.com/bearury/react-components
Last synced: about 2 months ago
JSON representation
Task for learn RSScholl
- Host: GitHub
- URL: https://github.com/bearury/react-components
- Owner: bearury
- Created: 2023-03-17T16:45:58.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-30T19:22:25.000Z (about 2 years ago)
- Last Synced: 2025-04-18T01:21:00.803Z (about 2 months ago)
- Language: TypeScript
- Size: 1.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Run project in development mode
```
yarn dev
```## Run lint
```
yarn lint:fix
```## Run tests
```
yarn test
```