mgechev / bazel-demo

Simple demo for building a TypeScript project with Bazel.

Home Page:https://blog.mgechev.com/2018/11/19/introduction-bazel-typescript-tutorial/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple demo for building a TypeScript project with Bazel.

https://blog.mgechev.com/2018/11/19/introduction-bazel-typescript-tutorial/


Languages

Language:TypeScript 82.0%Language:Python 18.0%