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 2 months ago
JSON representation

Task for learn RSScholl

Awesome Lists containing this project

README

        

## Run project in development mode

```
yarn dev
```

## Run lint

```
yarn lint:fix
```

## Run tests

```
yarn test
```