Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 923 Bytes

README.md

File metadata and controls

46 lines (30 loc) · 923 Bytes

todomvc-db-view

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.

Install

Run once:

yarn

to install all npm dependencies via yarn.

Development

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:

http://localhost:8080/

License

Copyright © 2019 Max Weber

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.