Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.23 KB

README.md

File metadata and controls

44 lines (29 loc) · 1.23 KB

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