https://github.com/captemulation/bazel-typescript-monorepo
Example typescript monorepo with bazel build and deploy with skaffold
https://github.com/captemulation/bazel-typescript-monorepo
Last synced: 10 months ago
JSON representation
Example typescript monorepo with bazel build and deploy with skaffold
- Host: GitHub
- URL: https://github.com/captemulation/bazel-typescript-monorepo
- Owner: CaptEmulation
- License: mit
- Created: 2019-11-11T01:09:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-31T05:25:35.000Z (over 5 years ago)
- Last Synced: 2023-03-25T13:09:45.972Z (over 3 years ago)
- Language: Python
- Size: 22.5 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Example / Learning Project
I created this to experiment with skaffold + bazel for being able to build and deploy a typescript monorepo
## References
Used the following repos for inspiration:
- https://github.com/dataform-co/dataform
- https://github.com/Toxicable/bazel-monorepo-example
## Usage
1. Install skaffold
1. Install bazel
1. Install `kubectl`
1. Create a k8s cluster and point `kubectl` at it
1. `skaffold dev` to deploy to cluster
Make a change to a source file and what it rebuild and re-deploy