working-with-electron-js is a lightweight Electron widget application.
Ensure you have Node.js installed on your system. Download Node.js.
git clone https://github.com/abdurahmon27/working-with-electron-js.git
cd working-with-electron-js
npm install
npm run start
- if you are using linux run these codes
npm run pack
npm run dist
- on windows you can first configure main.js and then build the app
npm run pack
npm run dist -- --win
- follow for more
- you can see how it works by looking at the image in this repository
- portfolio
Create an issue or submit a pull request.