My project needs both a UI (with React) and an API (with express), but under one Monday app.
I have kind of a monorepo where I have ui/
and api/
dirs at the root of the repo, and then each of these two are separate projects with their own package.json
, node_modules
, etc. I don’t want to spend days/weeks trying to setup a proper monorepo for now: it’s too time consuming for an MVP.
How does that work with Monday code? Can it host/serve both an API and a UI withing a single Monday app?