DEV Community

Discussion on: Integrating an Angular-CLI application with Electron - The IPC

Collapse
 
michaeljota profile image
Michael De Abreu

You have to run npm run electron:start in the Angular app, and npm start in the electron app.
That being said, I have to update this as this may be outdated.