Skip to content

Electron Monorepo using Electron-Forge, React, Typescript, Webpack

License

Notifications You must be signed in to change notification settings

edo92/electron-nx-monorepo

Repository files navigation

Electron Nx-Monorepo

Electron app boilderplate using React, Electron-Forge


Clone the repository

git clone https://github.com/edo92/electron-nx-monorepo.git

Install dependencies

# or using yarn
yarn install

# or using npm
npm install

Start

Start electron application for development

yarn dev

Lint

Check individual project code linting using ESLint

yarn nx lint <main | preload | renderer>

Package

Package Electron app with OS-specific bundles

  • .app, .exe etc
yarn package

TODO:

  • replace tools/webpack with nx workspace webpack config