colinskow / angular-electron-dream-starter

:tada: An Angular Electron Starter kit featuring Webpack, Angular 4 (Router, Http, Forms, Services, ngrx, Tests, E2E, Coverage), Karma, Spectron, Jasmine, Istanbul, and TypeScript
MIT License
162 stars 54 forks source link

Compatibility with use of browser #35

Closed krisvantof closed 6 years ago

krisvantof commented 6 years ago
colinskow commented 6 years ago

Browser support is not a goal of this repo. Electron and browser builds can share a good deal of code, but you really need two separate build systems and two versions of the code for browser support.