Now that you’ve downloaded and set up Bazel, the real fun begins. We’ll start with a small project just to get started and then build (no pun intended) from there.
By the end of this chapter, you will have your first Bazel project up and running and be able to build and test code.
Setting Up Your Workspace
Prior to adding any code, we establish a new Bazel project by creating a WORKSPACE file to a given directory.