A Leiningen template for a clojure HTTP API with Postgresql, and ES6+React frontend.
To create a new project
lein new nilsson <your-project-name>
Start a REPL
clj -A:dev
...and start the system:
user> (start)
:ok
...and compile and serve the ui:
npm install
npm start
Copyright © 2020 Anders Nilsson
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.