Skip to content

ElliotScher/electronapp

Repository files navigation

React-Electron-Desktop-App-Template

This template project provides a foundation for building cross-platform native desktop applications using React and Electron.js. It combines the power of React for building dynamic user interfaces with Electron.js for creating standalone desktop applications.

Features

  • React: Leverage the popular JavaScript library for building user interfaces.
  • Electron.js: Use Electron to package and deploy your React app as a native desktop application.
  • Cross-platform: Develop applications that run seamlessly on Windows, macOS, and Linux.
  • Vite: Enjoy the benefits of a fast development server, hot module replacement (HMR), and optimized build processes.

Getting Started

Prerequisites

Make sure you have Node.js and npm installed on your machine.

Installation

  1. Clone this repository:

    git clone https://github.com/yourusername/react-electron-desktop-app-template.git
  2. Change to the project directory:

    cd react-electron-desktop-app-template
  3. Install dependencies:

    npm install

Development

To start the development server and Electron app concurrently, run:

npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published