This project has been included in awesome-vite.
- ⚡ Full stack uses Vite to run Electron application, including main process.
- 💡 The project is managed using yarn workspaces, Therefore, it is recommended to use Yarn as a packages management tool.
# Clone this repository
$ git clone https://github.com/yingpengsha/electron-vite-quick-start.git
# Go into the repository
$ cd electron-vite-quick-start
# Install dependencies
$ yarn install
# Run the app
$ yarn run start
$ yarn run build