Node.js (Windows) 1. Choose an environments that suits you and download through the following site. Download | Node.js Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. nodejs.org 2. You can check if it is installed correctly through the follwing command node -v npm -v 2023. 12. 30. Electron (Windows) 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 - author : enter the information that you want - main : you can set the entry file 3. Adding Electron Package npm install --save-dev electron 2023. 12. 30. 이전 1 다음