Skip to content

A very small monorepo with BuckleScript for testing purposes

Notifications You must be signed in to change notification settings

Coobaha/bsb-smallest-monorepo-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 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++ 83.6%
  • Reason 16.4%