Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

electron setup cmd

1) Make sure node.js is installed on your machine

2) CD into your directory

3) Crete a json package using the following command:
npm init

4) Install the electron module using the following command:
npm install --save-dev electron
 
PREVIOUS NEXT
Tagged: #electron #setup #cmd
ADD COMMENT
Topic
Name
4+6 =