Are you tired of configuring Electron with React? Or dealing with Electron React boilerplates filled with unnecessary components? Look no further! Electron-React-Starter is the solution. It's fast, lightweight and flexible.
Electron React Starter uses Electron, Vite, React and Swc for lightning-fast development and building!
Clone the repository and install the required dependencies:
git clone --depth 1 --branch main git@github.com:Rikelmy-Lopes/electron-react-starter.git your-project-name
cd your-project-name
npm install
Launch the application in development mode:
npm run dev
To package your app for the local platform:
npm run package
MIT © Electron React Starter