Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 680 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 680 Bytes

Electron - React boilerplate

A fast and optimized ⚡️ Electron-React boilerplate :electron: which uses Vite as frontend tooling 🛠️.

Installation 🔧

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

Usage 📋

Development 💻

To start the app in the dev environment:

npm run dev

Packing 📦

To package the app for the local platform:

npm run make