This starter-kit, aims to provide example setups, or templates, for Electron applications, running with embedded backends, of different types (not just NodeJS).
Requires make, mvn and npm/ (Node). Simply npm install, to provision
dependencies, and the npm start, to compile and run the starter skeleton
application.
Proof of Concept: The current version provides the most simple Spring-Boot based JAR-application there is ("Hello World!") and simply shows how a small splash-screen/loader can transition into the Java-App. The idea is to extend this in the future, with starters for some popular development stacks. Have fun!