I'm trying to integrate Electron into the Akveo's ng2-admin, and I already had webpack config files for the Angular app, as well the Electron platform, you can actually look the integration here.
What I'm trying now it's to get live reload capabilities. The scripts right now will package the electron application as build.
My idea it's to have couple scenarios that can be covered with npm
scripts, like:
- Live reload of the Angular application inside the Electron platform.
- Live reload of the complete solution, with Electron live self reload.
Those two would work well, I think.
Thanks!