From 5031455558e652ccef43ba3e0dcee6aca21f33be Mon Sep 17 00:00:00 2001 From: gered Date: Tue, 11 Jan 2022 22:08:43 -0500 Subject: [PATCH] update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index d699123..fd20d43 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,14 @@ A nREPL server will be started which can be connected to on port 7000 (configure Once running, the web site's root URL should be browsable at http://localhost:8080/ (again, the port can be configured via the aforementioned `config.edn`). +## Other Templates! + +I have a few other "simple" Leiningen project templates that are along the same vein as this one: + +* [Simple Clojure App](https://github.com/gered/simple-app-template) - Very simple starter base for non-web projects. +* [Simple Clojure Web Service](https://github.com/gered/simple-web-service-template) - For web services to be consumed by other apps. +* [Simple Clojure / ClojureScript Web App](https://github.com/gered/simple-web-app-template) - For web apps using Clojure and ClojureScript. + ## License Copyright © 2022 Gered King