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
Optional next step in the tutorial: Adapt the Application
Next step in the tutorial: Install and Run the Application