#Angular 2, Electron App Skeleton
- Angular2, Material design front end
- Advanced webpack configuration
- Example for the common problems
- Config handling
- Translation
- Routing
- State handling with redux pattern using @ngrx
- Inter Process Communication (communication between main and renderer process)
npm run build
npm start
- support packaging
- add environment specific config to webpack
- use TypeScript on the renderer process as well
- support hot module replacement during development
- add linting
- add unit tests