From d567cc9817f84f81626e57aca8641e317f9fefc8 Mon Sep 17 00:00:00 2001 From: Ed Schouten Date: Wed, 20 Mar 2019 14:50:17 +0100 Subject: [PATCH] Refer to the Bazel Elm SPA Example. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 6d0cfd2..17e92f4 100644 --- a/README.md +++ b/README.md @@ -116,3 +116,11 @@ elm_repository(name, urls, sha256, strip_prefix) - `sha256`: SHA-256 checksum of the tarball. - `strip_prefix`: Directory prefix that may be removed from the files upon extraction. + +## Examples on how to use these rules + +[The Bazel Elm SPA Example repository](https://github.com/EdSchouten/bazel-elm-spa-example) +contains a concrete example of how these rules may be used to build a +web application written in Elm. This repository contains a copy of a +well-known demonstration application that has been adjusted to be +buildable using Bazel.