Skip to content

llapenna/electron-react-starter

Repository files navigation

React + TypeScript + Vite

An Electron + React starter template.

This template provides a minimal setup to get Electron + React working, powered by Vite.

Features

Getting Started

  1. Clone the repository and install the dependencies:
git clone https://github.com/llapenna/electron-react-starter.git
  1. Install dependencies:
cd electron-react-starter
npm install
  1. Run the app:
npm run dev

Packaging

To package the app for Windows, macOS and Linux:

npm run package

💡 The resulting executables will depend on the OS you build them on. For example, if you build on macOS, you'll get a .dmg file, a .exe for Windows, etc. These executables are located in the release folder.

About

An Electron + React starter template.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published