Skip to content

maxweber/todomvc-db-view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An example app that demonstrates the db-view approach

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published