spomorski | 97a932f | 2018-06-04 10:16:44 -0700 | [diff] [blame] | 1 | --- |
| 2 | layout: documentation |
| 3 | title: JavaScript and Bazel |
| 4 | --- |
| 5 | |
| 6 | # JavaScript and Bazel |
| 7 | |
| 8 | This page contains resources that help you use Bazel with JavaScript projects. |
| 9 | It links to build rules and other information specific to building JavaScript |
| 10 | with Bazel. |
| 11 | |
| 12 | ## Working with Bazel |
| 13 | |
| 14 | The following resources will help you work with Bazel on JavaScript projects: |
| 15 | |
| 16 | * [Building JavaScript/TypeScript with Bazel](build-javascript.html) |
| 17 | * [Building Angular with Bazel](https://github.com/alexeagle/angular-bazel-example/wiki/Angular-rules) |
| 18 | * [NodeJS rules](https://github.com/bazelbuild/rules_nodejs/) |
| 19 | * [NodeJS rules API documentation](https://bazelbuild.github.io/rules_nodejs/) |
| 20 | * [TypeScript rules](https://github.com/bazelbuild/rules_typescript) |
| 21 | * [TypeScript rules API documentation](http://tsetse.info/api) |
Googler | c0dfe1d | 2018-08-09 08:01:44 -0700 | [diff] [blame] | 22 | * [Angular rules](https://www.npmjs.com/package/@angular/bazel) |
| 23 | * [Angular rules API documentation](https://angular.github.io/bazel-builds/) |