Skip to content

🎉 An Electron + Angular2 + Webpack 2 Starter kit based on the great AngularClass/angular2-webpack-starter

License

Notifications You must be signed in to change notification settings

tinydesk/electron-angular2-webpack-starter

 
 

Repository files navigation

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

About

🎉 An Electron + Angular2 + Webpack 2 Starter kit based on the great AngularClass/angular2-webpack-starter

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 63.7%
  • TypeScript 33.0%
  • HTML 2.6%
  • CSS 0.7%