## Installation

```bash
$ npm i
$ cd ../shared
$ npm i
$ cd ../client
```

## Running the app
Serve a local instance of Quix UI with mock data

```bash
$ npm start
```

## Test

```bash
$ npm run test
```
