/electron-web-react

A template for Electron&Web React apps with code sharing

Primary LanguageTypeScriptThe UnlicenseUnlicense

Electron Web React Template

A template for Electron and Web React apps with code sharing. This repository has been created using electron-vite.

Project Setup

Install

$ yarn

Development

$ yarn web-dev # for web development
$ yarn electron-dev # for electron development

Build

# For windows
$ yarn build:win

# For macOS
$ yarn build:mac

# For Linux
$ yarn build:linux