commit | 36f7b34b6ec49b9ee8d6f1c32bd29f3fe01529c8 | [log] [tgz] |
---|---|---|
author | ZHANG Dapeng <[email protected]> | Thu Jun 29 12:25:54 2017 -0700 |
committer | GitHub <[email protected]> | Thu Jun 29 12:25:54 2017 -0700 |
tree | 74874c1026ebc53222a55037d62416e7f8021c58 | |
parent | 8f75f8ee7ca6c4c4a0c7a053e9923dcdee95e87e [diff] [blame] |
examples: add bazel build example ## Bazel If you prefer to use Bazel: ``` (With Bazel v0.4.5 or above.) $ bazel build :hello-world-server :hello-world-client $ # Run the server: $ bazel-bin/hello-world-server $ # In another terminal run the client $ bazel-bin/hello-world-client ```
diff --git a/.gitignore b/.gitignore index 7c8b732..0858b49 100644 --- a/.gitignore +++ b/.gitignore
@@ -9,6 +9,7 @@ # Bazel bazel-bin +bazel-examples bazel-genfiles bazel-grpc-java bazel-out