mark0613 / ElectronViteReact

This is a sample for creating a desktop application using Electron, React and Vite.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Electron x Vite React

This is a sample for creating a desktop application using Electron, React and Vite.

Getting Started

  1. Clone the repository
  2. Run yarn install
  3. Run yarn start to React and Electron in development mode

Build

  1. Run yarn build to build the application
  2. The build will be in the dist folder
    • dist/react is the React build
    • dist/win is the Electron build for Windows

References

About

This is a sample for creating a desktop application using Electron, React and Vite.

License:MIT License


Languages

Language:JavaScript 74.5%Language:CSS 21.6%Language:HTML 4.0%