An open API service indexing awesome lists of open source software.

https://github.com/azukaar/cat-rousel


https://github.com/azukaar/cat-rousel

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Cat-rousel

## Usage

Install Deps

```
yarn
```

Start a server on :8080

```
yarn start
```

## Content

The project uses React + Redux.
It also leverages libs like Redux-thunk, Electron-CSS (my own CSS-in-JS lib) and Jest for unit testig

## Other

Run tests

```
yarn test
```

Run lint

```
yarn lint
```