A fast and optimized ⚡️ Electron-React boilerplate which uses Vite as frontend tooling 🛠️.
Clone the repo like below or click the button Use this template on GitHub.
git clone --depth 1 --branch main https://github.com/Ruben35/electron-react-vite-boilerplate.git your-project-name
Then, just move to your project directory and install dependencies.
cd your-project-name
npm install
To start the app in the dev
environment:
npm run dev
To package the app for the local platform:
npm run make