- Datomic Local
- Pathom Parser
- HTTP Server
- Fulcro SPA
Todo Item containing an id, title and completed boolean.
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)