A template for Electron and Web React apps with code sharing. This repository has been created using electron-vite.
$ yarn
$ yarn web-dev # for web development
$ yarn electron-dev # for electron development
# For windows
$ yarn build:win
# For macOS
$ yarn build:mac
# For Linux
$ yarn build:linux