An open API service indexing awesome lists of open source software.

https://github.com/mgechev/bazel-demo

Simple demo for building a TypeScript project with Bazel.
https://github.com/mgechev/bazel-demo

bazel bazel-examples typescript

Last synced: about 1 year ago
JSON representation

Simple demo for building a TypeScript project with Bazel.

Awesome Lists containing this project

README

          

# Bazel TypeScript Demo

This repository contains the code from my blog post "[Building TypeScript with Bazel](https://blog.mgechev.com/2018/11/19/introduction-bazel-typescript-tutorial/)".

## Usage

To setup the project run:

```bash
yarn
```

To build the project:

```bash
./node_modules/.bin/bazel build :bundle
```

Execute the produced bundle:

```bash
node bazel-bin/bundle.js
```

## License

MIT