DEV Community

Discussion on: Monorepo App with Lerna

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt

OK, just don't Lerna to mix frontend and backend. They needs different kinds of node_modules.

Collapse
 
victormagarlamov profile image
Victor Magarlamov • Edited

Yes, I understand it. In my project the api package is a set of methods that send requests to backend. But anyway thanks for your comment)

Backend and frontend in one is a monolithic app.