blob: 4baeca3fde490f9fa253cf1219c3d6df4475650a [file] [log] [blame] [view]
spomorski97a932f2018-06-04 10:16:44 -07001---
2layout: documentation
3title: JavaScript and Bazel
4---
5
6# JavaScript and Bazel
7
8This page contains resources that help you use Bazel with JavaScript projects.
9It links to build rules and other information specific to building JavaScript
10with Bazel.
11
12## Working with Bazel
13
14The following resources will help you work with Bazel on JavaScript projects:
15
16* [Building JavaScript/TypeScript with Bazel](build-javascript.html)
spomorski97a932f2018-06-04 10:16:44 -070017* [NodeJS rules](https://github.com/bazelbuild/rules_nodejs/)
18* [NodeJS rules API documentation](https://bazelbuild.github.io/rules_nodejs/)
Googlerc0dfe1d2018-08-09 08:01:44 -070019* [Angular rules](https://www.npmjs.com/package/@angular/bazel)
20* [Angular rules API documentation](https://angular.github.io/bazel-builds/)