Easy configuration of Angular 17 + Electron + ESBuild
git clone https://github.com/ynixt/electron_angular_esbuild
npm i && cd renderer && npm i && cd ../main && npm i
Project responsible by the main process, that is, the electron itself.
Project responsible by the renderer process: Angular. Never try to use code from main
here. All communications
between main
and renderer
should use Electron IPC.
Watching changes on Angular + Electron
npm run dev:watch
Watching changes only on Angular
npm run dev
npm run electron:build