seancorfield / usermanager-example

A little demo web app in Clojure, using Component, Ring, Compojure, Selmer (and a database)
Other
338 stars 38 forks source link

Small gotcha when trying out project due to namespace change #17

Closed gleenn closed 4 months ago

gleenn commented 4 months ago

Looks like the "polylith" branch suggests running:

clj -M:dev -m usermanager.web.main

but a newbie like myself cloned the repo and immediately was put onto the "develop" branch where you have to run:

clj -M:dev -m usermanager.main

This might be a very small detail but probably everyone trips over this when trying this cool project out for the first time. I see you even say to run using the "polylith" branch but it's a little buried.

IMHO make those two branches align so everyone doesn't have to figure that out.

Very cool project example though, thanks @seancorfield !

seancorfield commented 4 months ago

Ah, yes, that would be a great addition to the README!