Skip to content

shamofu/electron-react-vite-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Electron + React + Vite Boilerplate

Dependencies Status DevDependencies Status

A boilerplate for Electron + React + Vite.

Usage

Install dependencies

First, you must install dependencies.

$ yarn install

Start hacking

Now you can start hacking by executing the following command.

$ yarn start

You will edit the files under renderer basically, or under main if you want to configure Electron.

Deploy your application

The command below deploys your application.

$ yarn release