You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@NathanWalker First off, I wanted to thank you for the inspiration and knowledge I acquired while working with and on this seed for the past year or so. What I've learned here is invaluable and i greatly appreciate all the hard work you put into this seed.
My staff and I was in need a simpler Electron oriented foundation and build process. We ran into all sorts of issues with either development workflows or building in some way shape or form so I have started a new seed that works with the @angular/cli and uses a proxy to the building and serving services. Gulp4 wrapping cli commands and browser-sync as the proxy to the Electron url during development workflows. No ejection of the cli's underlying webpack required!
Currently complete with LiveReload, Hot Module Replacement (HMR), I'm currently working on implementing the @ngrx/platform with the upcoming @ngrx/schematics for the cli as well.
@NathanWalker First off, I wanted to thank you for the inspiration and knowledge I acquired while working with and on this seed for the past year or so. What I've learned here is invaluable and i greatly appreciate all the hard work you put into this seed.
My staff and I was in need a simpler Electron oriented foundation and build process. We ran into all sorts of issues with either development workflows or building in some way shape or form so I have started a new seed that works with the
@angular/cli
and uses a proxy to the building and serving services. Gulp4 wrapping cli commands andbrowser-sync
as the proxy to the Electron url during development workflows. No ejection of the cli's underlying webpack required!Currently complete with LiveReload, Hot Module Replacement (HMR), I'm currently working on implementing the
@ngrx/platform
with the upcoming@ngrx/schematics
for the cli as well.https://github.com/Kaffiend/electron-angular-ngrx
The text was updated successfully, but these errors were encountered: