Skip to content
This repository has been archived by the owner on Apr 11, 2022. It is now read-only.

E-Portfolio about Electron for SoftwareEngineering class at DHBW Karlsruhe

Notifications You must be signed in to change notification settings

Bonk-Army/eportfolio_electron

Repository files navigation

E-Portfolio about Electron

Slides:

  • You can find the slides here
  • The presentation is made with the html presentation framework reveal.js

Example Application:

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

Useful links