This is a stripped down example of using Electron with Vite and React.
The following will install the dependencies
npm iThe following will run an instance of the application
npm startThe following will create a .deb file and runnable binary
npm run make