git clone https://github.com/CBinet/ng-electralize.git
npm start
This will build the angular application and start it inside the electron window.
You can add the following line inside the main.js file to open the devTools when the application starts :
mainWindow.webContents.openDevTools()
See the Angular and Electron documentations for more information.