Build Application Files

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:

    cd "${APP_DIR}"
  2. Build the executable:

    bazel build //app/hello_world:hwsrc_app