how to build desktop application : smart way

how to build desktop application with React(or HTML): Before starting the steps, make sure you have installed the latest version of NodeJS. If not then please install it from official website Nodejs.org Step 1: Install Electron Forge globally using the following command from your windows terminal(i.e. PowerShell): > npm install -g electron-forge Step 2: Let’s … Continue reading how to build desktop application : smart way