DEV Community

Discussion on: How do you frontend-backend monorepo?

Collapse
 
hendrikfoo profile image
Hendrik Richert

If your FE and BE code is both Typescript-based (Angular/React + Express/NestJS), I highly recommend NX (nx.dev/), but as you mentioned, Lerna and Yarn Workspaces are both viable options, just with a little bit less "automagic".

What do you mean wrt deploying exactly?

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt

I am not familiar with both Angular and React (I generally use Vue), but I can try.