Bazel & NodeJS Tutorial: library, test & nodejs_binary (internal & external deps)

Поделиться
HTML-код
  • Опубликовано: 26 мар 2022
  • In this video we're going to be creating some nodejs targets with Bazel. Bazel is a build tool that is very popular for use in monorepos. We're going to create a nodejs library. We'll write the library and also write some bazel test targets Then we're going to create a web application & create a nodejs_binary target. The web application will have both third party dependencies (express) & depend on our library in the monorepo.
    Bazel: bazel.build/
    Code: github.com/kriscfoster/multi-...
  • НаукаНаука

Комментарии • 5

  • @setoelkahfi
    @setoelkahfi 2 месяца назад

    This is really useful

  • @mangmaytinh08
    @mangmaytinh08 2 года назад +6

    awesome content, can you make a bazel build for reactjs ?

  • @jimbrannlund4677
    @jimbrannlund4677 Год назад +3

    Check out the new rules_js and rules_ts from Aspect.

    • @MithunHA
      @MithunHA 9 месяцев назад

      Can you post the tutorial link for it?

  • @sreekumarmenon
    @sreekumarmenon Месяц назад

    who ever is watching in 2024 should look at the repo, js code is better in there! (with js_lib ,js_binary,and jest etc)