Skip to content

bivens-dev/bazel-lit-app-example

Repository files navigation


Lit + Bazel Template

Example monorepo for building Lit apps with Bazel

Based on the template by Pedro Barco

Note: This is highly experimental and in no way fit for use currently

Usage

Setup

  • bazel run -- @pnpm//:pnpm -C $PWD i (Install required software and sets up project)
  • bazel run -- @pnpm//:pnpm -C $PWD outdated (Check for outdated dependencies)

Development

  • bazel build //... (Build all packages)
  • bazel test //... (Test all packages)
  • bazel test //packages/<package> (Run tests)

Deployment (TBD)

Codebase

Services

  • TBD

Libraries

Miscellaneous

About

Experimental Lit App Monorepo with Bazel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published