Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.36 KB

File metadata and controls

21 lines (18 loc) · 1.36 KB

Electron Angular2 Webpack Starter with HMR and AOT

This Repo just appends the usage of Electron to the awsome AngularClass/angular2-webpack-starter:

  • Ready to go build system using Webpack for working with TypeScript.
  • Angular 2 examples that are ready to go when experimenting with Angular 2.
  • A great Angular 2 seed repo for anyone who wants to start their project.
  • Ahead of Time (AoT) compile for rapid page loads of your production builds.
  • Tree shaking to automatically remove unused code from your production bundle.
  • Webpack DLLs dramatically speed your development builds.
  • Testing Angular 2 code with Jasmine and Karma.
  • Coverage with Istanbul and Karma
  • End-to-end Angular 2 code using Protractor.
  • Type manager with @types
  • Hot Module Replacement with Webpack and @angularclass/hmr and @angularclass/hmr-loader
  • Material Design with angular/material2
  • Angular 4 support via changing package.json and any future Angular versions

For further details please have a look at AngularClass/angular2-webpack-starter](https://github.com/AngularClass/angular2-webpack-starter).

License

MIT