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

https://github.com/jchavarri/bsb-smallest-monorepo-example

A very small monorepo with BuckleScript for testing purposes
https://github.com/jchavarri/bsb-smallest-monorepo-example

Last synced: 3 months ago
JSON representation

A very small monorepo with BuckleScript for testing purposes

Awesome Lists containing this project

README

        

# BuckleScript smallest monorepo example

A small example to show a Yarn workspaces / monorepo setup with BuckleScript.

# Build
```
cd app
yarn build
```

# Watch

```
cd app
yarn start
```

# Reproduce watching issues

While the watcher is running in `app` (see section above) update file `my-lib/src/MyLib.re` and notice how the bsb watcher does not pick up changes.