In the following steps, you will build the executable for your Hello World Application. This includes running module generators to generate application code.

  1. Navigate to the directory of your application in the terminal:
  2. cd "${APP_DIR}"

  3. Build the executable:
  4. bazel build //app/hello_world:hwsrc_app

 

Optional next step in the tutorial: Adapt the Application

Next step in the tutorial: Install and Run the Application