Carere
Pretty new to Deno, what is the recommended way to create a monorepo-like in Deno ?
For those looking for more info about this subject, I ended up using this methodology:
https://github.com/neolace-dev/neolace
It's a great example how to have a monorepo-like experience with Deno.
For the Front-End, you have to stick to Node, but since you're using ViteJs, it's not really a problem.
You get the best of both world. Great DX overall, ViteJs for the front end, and deno for server & CLI 😄
Don't hesitate if you have some questions 🙂
19 replies