Fork me on GitHub
#polylith
<
2023-02-11
>
Fredrik Andersson14:02:44

So how should I structure a project where I have a backend in Clojure and a SPA Frontend in ClojureScript?

J15:02:15

You can put your frontend in a specific base.

Fredrik Andersson16:02:49

is there a standard way to manage two repls?

J16:02:13

I guess you can have a clj repl and an other for the cljs part in order to manage the front.

Fredrik Andersson17:02:17

hm, i'll ask in the vim channel about that

Quentin Le Guennec18:02:19

This was a reminder for us to add the component to deps.edn. If we don't, then tools.deps and the development environment will not recognize our newly created component, which would be a pity!
I don’t think that would be a pity 😁