update README.md
This commit is contained in:
parent
ceb0d83ff3
commit
59f4d7981a
|
@ -22,6 +22,14 @@ $ lein run
|
||||||
|
|
||||||
A nREPL server will be started which can be connected to on port 7000 (configured via the aforementioned `config.edn`).
|
A nREPL server will be started which can be connected to on port 7000 (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 Web Service](https://github.com/gered/simple-web-service-template) - For web services to be consumed by other apps.
|
||||||
|
* [Simple Clojure Web Site](https://github.com/gered/simple-web-site-template) - For web sites using only server-side rendered HTML (**no** ClojureScript!).
|
||||||
|
* [Simple Clojure / ClojureScript Web App](https://github.com/gered/simple-web-app-template) - For web apps using Clojure and ClojureScript.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Copyright © 2021 Gered King
|
Copyright © 2021 Gered King
|
||||||
|
|
Loading…
Reference in a new issue