This is a minimal Electron project generated with electron-quick-start template that allows you to run directus inside a desktop app.
1.0.0
Install the dependencies
$ npm install
Edit app/config.js file
module.exports = {
appUrl: "https://yourdomain.com",
windowWidth: 800,
windowHeight: 600,
};
To run electron
$ npm start
For Windows
$ npm run package-win
For Mac
$ npm run package-mac
For Linux
$ npm run package-linux