An application for desktop and web with electron-vite and vite using React and TypeScript.
Desktop builds based on electron-vite
$ npm install
$ npm run dev
$ npm run lint
$ npm run format
# For windows
$ npm run build:win
# For macOS
$ npm run build:mac
# For Linux
$ npm run build:linux
In order to test and debug web app, launch visual studio code from the src/renderer
folder. (There is a readme there with the commands to use.)