My first App made in Electron with JavaScript, HTML and CSS. (Interface is in Brazilian Portuguese)
I made a product code search application for a mini-market in my city, since the project is small, I used a JSON file to store the products.
You will need NPM, NodeJS and ElectronJS installed on your PC.
- Enter in project folder and just type in terminal:
npm i
- Then, you can open it using:
npm start