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.
- Host: GitHub
- URL: https://github.com/mgechev/bazel-demo
- Owner: mgechev
- Created: 2018-11-17T02:16:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-23T18:07:12.000Z (about 7 years ago)
- Last Synced: 2025-03-02T13:48:16.824Z (over 1 year ago)
- Topics: bazel, bazel-examples, typescript
- Language: TypeScript
- Homepage: https://blog.mgechev.com/2018/11/19/introduction-bazel-typescript-tutorial/
- Size: 43.9 KB
- Stars: 40
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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