To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
git clone https://github.com/Poorboy007/system-electron.git
# Go into the repository
cd electronic-system
# Install dependencies and run the app
npm install && npm startTo pack into an app, simply type one of these:
npm run build:osx
npm run build:linux
npm run build:win32
npm run build:win64