bennymeg / nx-electron

Electron schematics for nrwl nx platform
Apache License 2.0
333 stars 85 forks source link

(Question / Support) How to add a backend project to the template and integrate it into the nx workspace scripts? #130

Closed JulianLang closed 2 years ago

JulianLang commented 2 years ago

Update

Sorry I misplaced this issue, it's not nx-electron related obviously.


Hi, first off - thanks for this great template :) I want to add a NestJS backend to my project based on this template - so it's structurally the same. I want to keep everything as a monorepo and would like to include the backend project into the nx build / serve / etc scripts. Are there any ways to achieve this?

Thanks for your help!