DEV Community

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

Collapse
 
charlesr1971 profile image
Charles Robertson

If I try and add:

npm start

To the VSCode terminal window, after I have run:

npm run electron:start

It tries to convert it to:

ng serve
Collapse
 
michaeljota profile image
Michael De Abreu

This npm start should start the electron app.