Getting Started With Electron JS

Опубликовано: 11 Март 2026
на канале: SciTech Enthusiasts
297
4

[Forward and watch after 10 mins will save your time before that it's just the basics]

[To build electronJs app following things will be required:]

1) Node JS (https://nodejs.org/)
2) Git (https://git-scm.com/)
3) VS Code (Optional) (https://code.visualstudio.com/)

[Tips]:
1)press ctrl + ~ sybmol at the same time to open terminal in visual studio code

2)To change the default terminal in VSCode goto settings of vs code and search for:"terminal.integrated.shell.windows"
paste the path to your terminal executable

[Links]:
https://electronjs.org/

[Electron JS QuickStart App:]

Clone the Quick Start repository

$ git clone https://github.com/electron/electron-...

Go into the repository

$ cd electron-quick-start

Install the dependencies and run

$ npm install && npm start

[To build a windows installer for the electron quick start app:]
#command to install electron-builder

$npm install -g electron-builder

#change the directory/navigate to your electron app directory and run the following command

$build -w