Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 576 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 576 Bytes

Learning Bazel (for JS)

Just one of the things I'm learning. https://github.com/hchiam/learning

Quick setup

npx @bazel/create my_workspace
cd my_workspace
npm install
npm run build
# edit BUILD.bazel and then do again: npm run build

Further reading/resources

https://marketplace.visualstudio.com/items?itemName=BazelBuild.vscode-bazel

https://github.com/bazelbuild/rules_nodejs

https://docs.bazel.build/versions/3.3.0/install-os-x.html

https://docs.bazel.build/versions/master/build-javascript.html