All Projects → mgechev → bazel-demo

mgechev / bazel-demo

Licence: other
Simple demo for building a TypeScript project with Bazel.

Programming Languages

typescript
32286 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to bazel-demo

ios-bazel-users
Resources for using bazel for iOS development
Stars: ✭ 80 (+100%)
Mutual labels:  bazel, bazel-examples
rules ruby
Ruby Rules for Bazel. It is, perhaps, production-ready. This project builds atop the work of Yugui, whose original rules can be found at https://github.com/yugui/rules_ruby. Please be aware there is an active fork of this project maintained by Coinbase at https://github.com/coinbase/rules_ruby.
Stars: ✭ 85 (+112.5%)
Mutual labels:  bazel, bazel-examples
rules helm
rules_helm: Bazel rules for managing helm charts
Stars: ✭ 46 (+15%)
Mutual labels:  bazel
real-world-bazel
Bazel build files collected from real-world GitHub projects
Stars: ✭ 24 (-40%)
Mutual labels:  bazel
real-world-bazel
The real world Angular example app moved to Bazel
Stars: ✭ 91 (+127.5%)
Mutual labels:  bazel
containers by bazel
Container images created with Bazel
Stars: ✭ 32 (-20%)
Mutual labels:  bazel
tools jvm autodeps
Automatic Dependency Management Tools for JVM Languages
Stars: ✭ 48 (+20%)
Mutual labels:  bazel
buildkube
Bazel Remote Cache + Remote Execution in Kubernetes
Stars: ✭ 60 (+50%)
Mutual labels:  bazel
bazel-vscode
Proof-of-concept (POC) of a Bazel Java development extension for VS Code
Stars: ✭ 16 (-60%)
Mutual labels:  bazel
rules verilator
Bazel build rules for Verilator
Stars: ✭ 14 (-65%)
Mutual labels:  bazel
bazel-cache
Minimal cloud oriented Bazel gRPC cache
Stars: ✭ 33 (-17.5%)
Mutual labels:  bazel
rules scala
Robust and featureful Bazel rules for Scala
Stars: ✭ 62 (+55%)
Mutual labels:  bazel
tensorflow-builds
Tensorflow binaries and Docker images compiled with GPU support and CPU optimizations.
Stars: ✭ 15 (-62.5%)
Mutual labels:  bazel
migration-tooling
Migration tools for Bazel
Stars: ✭ 40 (+0%)
Mutual labels:  bazel
rules elm
Bazel rules for building web applications written in Elm
Stars: ✭ 22 (-45%)
Mutual labels:  bazel
rules gwt
Bazel rules for GWT
Stars: ✭ 20 (-50%)
Mutual labels:  bazel
toktok-stack
A snapshot of the complete software stack (excluding some external libraries and programs)
Stars: ✭ 12 (-70%)
Mutual labels:  bazel
grab-bazel-common
Common rules and macros for Grab's Android projects built with Bazel.
Stars: ✭ 20 (-50%)
Mutual labels:  bazel
monorepo-base
A Bazel monorepo with an example service using gRPC + Go + Protobuf, deployable to GCP via Kubernetes.
Stars: ✭ 49 (+22.5%)
Mutual labels:  bazel
rules hugo
Bazel build rules for hugo static website generator
Stars: ✭ 41 (+2.5%)
Mutual labels:  bazel

Bazel TypeScript Demo

This repository contains the code from my blog post "Building TypeScript with Bazel".

Usage

To setup the project run:

yarn

To build the project:

./node_modules/.bin/bazel build :bundle

Execute the produced bundle:

node bazel-bin/bundle.js

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].