I am trying to set up an Angular2 CLI project in electron and am not quite sure where to start after getting the basic Angular piece generated by the CLI set up.
I have used Angular2 with electron successfully before, but that was not with the CLI piece.
So, for clarification, I have generated the basic Angular2 App using the Angular2 CLI. Now I am unsure of how to wire it up with Electron.
Has anyone done this before? Maybe you could provide some insight. Any tidbits of help will be greatly appreciated.
Thanks!