• Stars
    star
    1
  • Language
    Clojure
  • Created 9 months ago
  • Updated 9 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

TODO APP

Architecture

  • Datomic Local
  • Pathom Parser
  • HTTP Server
  • Fulcro SPA

Schema

Todo Item containing an id, title and completed boolean.

Run

Datomic: Add on your home folder the dir .datomic and add the file local.edn with:

{:storage-dir "/Users/victorinacio/.datomic/data"}

Start shadow watch:

shadow-cljs watch :main

Start a local repl with dev alias enabled -A:dev:

;; on dev/user.clj namespace run:
(start)