본문 바로가기
Installation/Windows

Electron (Windows)

by 공기팡수 2023. 12. 30.

1. Installing Node.js (About installing the node.js)

2. Make workspace 

2.1. Make project folder

mkdir new-electron-app

2.2. Create the porject

npm init

2.3. you have to check if 'package.json' has been created and then need to enter some information

<Required>

- author : enter the information that you want

<Optional>

- main : you can set the entry file

 

3. Adding Electron Package

npm install --save-dev electron

 

'Installation > Windows' 카테고리의 다른 글

Node.js (Windows)  (0) 2023.12.30