Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

teamwalnut/bsb-smallest-monorepo-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A very small monorepo with BuckleScript for testing purposes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 79.3%
  • Reason 20.7%