- You can find the slides here
- The presentation is made with the html presentation framework reveal.js
You can find the source code of the example application here
You can run the application in two different ways:
- If you don't want to install something and simply use the app, just download the .exe in the Release and execute it.
- Or clone the repo, and install the dependencies. Just run following from you command line: (You need Node.js and npm!)
# Clone the repository
git clone https://github.com/LorenzSeufert/DHBW-SE-e-portfolio.git
# Go into the repository and the application directory
cd DHBW-SE-e-portfolio/example-electron-application
# Install dependencies
npm install
# Run the application
npm start
- electronjs.org/docs - all of Electron's documentation
- electronjs.org/community#boilerplates - sample starter apps created by the community
- electron/electron-quick-start - a very basic starter Electron app