# Demo project for rescript-clean-deep

This project is only for testing that the [rescript-clean-deep](https://github.com/mikaello/rescript-clean-deep) bindings works as expected.

## Build
```
yarn build
```

## Build + Watch

```
yarn start
```

## Run

```
node src/Demo.bs.js
```
