Do y’all usually structure your cljs UI app in the same project with your clj api server?
Or do you have them in separate projects?
its possible to do both in same project
i used this i think when i did it https://8thlight.com/blog/andrew-zures/2014/03/08/combining-clj-and-cljs-libraries.html
I would suspect most people use a single project for both
I have them separate. I’m getting the CORS problem though and haven’t found the setting to loosen it.
ahh .. CORS :: insert khaaaaaannnnnnnnnn picture here ::
did you set this in your headers on the server: access-control-allow-origin
It’s the figwheel server I think that needs to share the love.
Looking at figwheel in git it sure looks like it should be sending cors headers.