Skip to content

rotaliator/reitit-db-fun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

10bf4a9 · Oct 26, 2021

History

34 Commits
Oct 13, 2021
Oct 12, 2021
Oct 13, 2021
Oct 26, 2021
Sep 27, 2021
Oct 22, 2021
Sep 27, 2021
Oct 5, 2021
Oct 12, 2021
Oct 13, 2021
Oct 4, 2021
Oct 4, 2021
Oct 13, 2021

Repository files navigation

reitit-db-fun

Reitit with multiple databases

running server

clojure -M:run

uberjar compilation

clojure -X:uberjar

Frontend

installing shadow-cljs

npm install -g shadow-cljs

install dependencies

npm install

watch dev build

clojure -M:cljs watch app

if shadow-cljs dependency is set in deps.edn (and cljs dependencies like rum or reagent)

or

shadow-cljs watch app

if shadow-cljs is installed using npm and cljs dependencies ale set in shadow-cljs.edn

build frontend for production

clojure -M:cljs release app

or

shadow-cljs release app

or

clojure -T:build:cljs

build frontend and uberjar

clojure -T:build all

About

Fun with Reitit

Resources

License

Stars

Watchers

Forks

Packages

No packages published