Skip to content

Commit 996a864

Browse files
authored
chore: updates to README (#352)
1 parent 611827d commit 996a864

1 file changed

Lines changed: 17 additions & 4 deletions

File tree

README.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,21 @@ A collection of examples of how to use the Bazel build system.
44

55
## Introductory tutorials
66

7+
Some tutorials under <https://bazel.build/start> point to code in this repository:
8+
79
* [C++ basics](/cpp-tutorial)
10+
<br/>Working examples for the [C++ Bazel Tutorial](https://bazel.build/start/cpp)
811
* [Java basics](/java-tutorial)
9-
* [End to End](/tutorial)
10-
<br/>A full end-to-end system with a backend, an Android app, and an iOS app.
11-
* [iOS basics](/tutorial/ios-app)
12+
<br/>Working examples for the [Java Bazel Tutorial](https://bazel.build/start/java)
1213
* [Using query](/query-quickstart)
1314
<br/>Working examples for [The Query quickstart](https://bazel.build/query/quickstart)
1415

16+
Note that tutorials for other languages may be found under other repositories:
17+
18+
* [iOS tutorial](https://github.com/bazelbuild/rules_apple/blob/master/doc/tutorials/ios-app.md)
19+
* [Go tutorial](https://bazel-contrib.github.io/SIG-rules-authors/go-tutorial.html) along with
20+
[sources](https://github.com/bazelbuild/rules_go/tree/master/examples/basic-gazelle)
21+
1522
## Example cookbook
1623

1724
### General
@@ -24,12 +31,18 @@ A collection of examples of how to use the Bazel build system.
2431
* [Using Android Jetpack Compose](/firebase-cloud-messaging)
2532
* [Using Firebase Cloud Messaging](/jetpack-compose)
2633
* [Using the NDK](/android/ndk)
27-
* [Using Roboelectic tests and Kotlin](/android/robolectric-testing)
34+
* [Using Roboelectric tests and Kotlin](/android/robolectric-testing)
2835

2936
### Java
3037

3138
* [Using Java with Maven](/java-maven)
3239

40+
### Frontend
41+
42+
* [Next.js](/frontend/next.js)
43+
* [react](/frontend/react)
44+
* [vue](/frontend/vue)
45+
3346
### [Rule writing](/rules)
3447

3548
* [Accessing attributes of a rule](/rules/attributes)

0 commit comments

Comments
 (0)