A while ago I’ve posted a sample on how to write an electron app using Angular 1.x with ES2015 and JSPM.

Now having more than 100 stars on GitHub, it seems to be quiet important for the community. That’s why I’ve decided to take this sample to another level.

Angular2 is becoming more severe with each day. That’s why I’ve decided to publish another electron sample targeting Angular2. Go and visit the repo right here on GitHub

Again, this is just a tech-demo. The app isn’t offering any functionality. Instead, it uses Gulp.js, Babel and Angular to build an entire app from scratch. The app itself is packaged using gulp-atom-electron and automatically creates binaries for all three major platforms (Windows, Linux, and macOS)

To clone the repo, install all required dependencies and start the build process use the following script

git clone [email protected]:ThorstenHans/electron-es2015-ng2.git
cd electron-es20150ng2
npm install
npx gulp