|
|
|
|
|
by willchen
740 days ago
|
|
Thanks! I've used Google's internal version of Bazel but it wasn't until this project where I had to spend a lot of effort getting Bazel working in a new project, which is honestly a lot of work and not very straightforward :( What helped me the most was looking at other projects using Bazel with similar tech stacks and then assembling it together, e.g. : - https://github.com/angular/components
- https://github.com/tensorflow/tensorboard Alex Eagle of https://www.aspect.build/ has a lot of great resources on using Bazel - both on YouTube and the aspect website. |
|