Home

Awesome

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