This is a template of QCObjects
this template is based on the Electron Quick Start Project
In a shell inside a new project folder, write the following:
> qcobjects create --custom=qcobjects-electron-app myapp
Where "myapp" is the name of your new app.
# Install dependencies
> npm install qcobjects --save
> npm install electron --save-dev
"scripts": {
"start": "electron ."
},
> npm start
You can go to the official page of Electron to get more info just click here