I wanted to create a skeleton with Electron, Angular 2, capable of live reload while in development. I've settled on the following framework:
- Electron (d'oh!)
- Angular 2
- Angular CLI (because it makes it easy to generate boilerplate code)
- SASS (SCSS in fact)
- Webpack 2 and
- Babel
After a lot of trial and error (and also scouring the internet for solutions), I think I reached a nice-ish solution. Following articles outline the steps and functionalities I implemented.
- Why angular-cli
- Is it alive?
- Use SCSS, Luke!
- Adding Webpack
- Electron-ize
- Send Menu Command to Angular App
- Babel-ize
- Empower VS Code to debug
HTH,
Member discussion: