Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 433 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 433 Bytes

Electron React Boilerplate

This is a minimal boilerplate for Electron through Electron Forge and including TypeScript, Vite, React and TailwindCSS, with hot reloading.

Installation

git clone https://github.com/zhoudongyan/electron-react-boilerplate.git your-project-name
yarn install

Development & Packaging

You can start the app with:

yarn start

Then you can package the app with:

yarn package