Playing around with monorepo setup and tools to see how it works for my personal playground
This might be useful to someone out there of how to setup a monorepo using Bazel and a variety of languages. To get started install Bazelisk. bazel build //...
will build everything. bazel test //...
will run all the unit tests.