Skip to content

Kickstart your Electron app development with this React-powered starter template!

License

Notifications You must be signed in to change notification settings

Rikelmy-Lopes/electron-react-starter

Repository files navigation


Electron-React-Starter

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!

Installation

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

Development

Launch the application in development mode:

npm run dev

Production

To package your app for the local platform:

npm run package

Lisence

MIT © Electron React Starter

Releases

No releases published

Packages

No packages published