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.
-
Navigate to the directory of your application in the terminal:
cd "${APP_DIR}" -
Build the executable:
bazel build //app/hello_world:hwsrc_app