Fork me on GitHub
#clojure-austin
<
2017-01-24
>
skelter01:01:30

Do y’all usually structure your cljs UI app in the same project with your clj api server?

skelter01:01:46

Or do you have them in separate projects?

clojuregeek02:01:46

its possible to do both in same project

norman04:01:48

I would suspect most people use a single project for both

skelter16:01:33

I have them separate. I’m getting the CORS problem though and haven’t found the setting to loosen it.

clojuregeek16:01:36

ahh .. CORS :: insert khaaaaaannnnnnnnnn picture here ::

clojuregeek16:01:54

did you set this in your headers on the server: access-control-allow-origin

skelter19:01:49

It’s the figwheel server I think that needs to share the love.

skelter23:01:07

Looking at figwheel in git it sure looks like it should be sending cors headers.