An example of a monorepo setup for electron-react-boilerplate
💡NOTE: Make sure that you have lerna installed. If you don't, run npm i -g lerna
git clone https://github.com/amilajack/erb-monorepo-example
cd erb-monorepo-example
yarn
lerna bootstrap
lerna run build
See this commit