GitXplorerGitXplorer
r

bazel-example

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
016e04350b8227bfba281420b794656a8b2ef309

update README.md

rredsun82 committed 2 years ago
Unverified
cb32b695c3b5b8cd977b326602b96b3b3800bafa

Initial commit

rredsun82 committed 2 years ago
Verified
2a790e3c2a81003b0d6a5cabee2783bf967724cf

Initial commit

rredsun82 committed 2 years ago

README

The README file for this repository.

To build the server and client

bazel build //client //server

Client executable will be available as

bazel-bin/client/client

Server executable will be available as

bazel-bin/server/server

You can build and run with a one-liner

bazel run //server

or

bazel run //client

To generate a graph of dependencies:

bazel cquery "deps(//server + //client) intersect //..." --output=graph | dot -Tjpeg > graph.jpeg