From 755bc131de727607375f9067f4ca38c1304fb090 Mon Sep 17 00:00:00 2001 From: David Harrigan Date: Sat, 19 Sep 2020 20:39:48 +0100 Subject: [PATCH] Add in another usage example. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e7907ed9..d63ddbe2 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,9 @@ All examples are in https://github.com/metosin/reitit/tree/master/examples ## External resources * Simple web application using Ring/Reitit and Integrant: https://github.com/PrestanceDesign/usermanager-reitit-integrant-example +* A simple [ClojureScript](https://clojurescript.org/) frontend and Clojure backend using Reitit, [JUXT Clip](https://github.com/juxt/clip), [next.jdbc](https://github.com/seancorfield/next-jdbc) and other bits and bobs... + * [startrek](https://git.sr.ht/~dharrigan/startrek) + * [startrek-ui](https://git.sr.ht/~dharrigan/startrek-ui) ## More info