Skip to content

Commit

Permalink
Refer to the Bazel Elm SPA Example.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed Schouten committed Mar 20, 2019
1 parent ebec986 commit d567cc9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit d567cc9

Please sign in to comment.