Skip to content

hchiam/learning-bazel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Learning Bazel (for JS)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published