An example app that demonstrates the db-view approach and implements a frontend and a backend for the well-known TodoMVC example, an app to manage todo items.
Run once:
yarn
to install all npm dependencies via yarn.
To start the shadow-cljs that builds the client run:
yarn watch
To start the Clojure server run:
lein repl
to start a Clojure REPL via Leiningen. The initial namespace will automatically start the HTTP server and other system components.
To see the example app open:
Copyright © 2019 Max Weber
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.