This is a minimal boilerplate for Electron through Electron Forge and including TypeScript, Vite, React and TailwindCSS, with hot reloading.
git clone https://github.com/zhoudongyan/electron-react-boilerplate.git your-project-name
yarn install
You can start the app with:
yarn start
Then you can package the app with:
yarn package