Exercise: Get the code
To follow along, there are a few choices:- Open
bazel-examplesin a GitHub Codespace, a throwaway playground environment. - Clone the
bazel-examplesrepository to your machine. - You can pair up with someone near you.
- Follow along with the instructor who presents the content.
Content of note in this repo
Let’s read through the files that matter for all languages:MODULE.bazel/MODULE.bazel.lock- we’ll learn more in package managersWORKSPACE.bazel- basically gone now!REPO.bazel.bazelversion
.aspect/has settings for Aspect’s products (optional)tools/sets up the developer environmentlogger/is a multi-language example application
Running the Logger Demo
The initial demo project is in thelogger directory, so start with cd logger
if you want to follow along.
First, startup the Go backend server by running:


