Monorepo Setup using pnpm #946
Unanswered
artur-dani
asked this question in
Q&A
Replies: 1 comment
-
The template architecture has been restructured to be an npm monorepo itself which is really incredible if you think about it. You can change it to be an pnpm monorepo easily. You can read more about it here: #1014 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Firstly, thank you for sharing this amazing boilerplate.
I would like to use this boilerplate in a monorepo project that would allow to share UI components between Electron and Web app, and potentially add a NestJS backend server. I was thinking of using pnpm workspaces for that, and adding storybook would be a plus too.
I'd love to know how can this be achieved using this boilerplate or is there any variant already implementing it.
Cheers
Beta Was this translation helpful? Give feedback.
All reactions