Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bearury/react-components
Task for learn RSScholl
https://github.com/bearury/react-components
Last synced: about 1 month 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-30T19:22:25.000Z (over 1 year ago)
- Last Synced: 2024-12-17T07:22:15.291Z (about 1 month 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
```