/electron-vite-r3f

Some-boilerplate demo project to start with Electron + Vite + React Three Fiber

Primary LanguageTypeScript

electron-vite-r3f

Some-boilerplate demo project to start with Electron + Vite + React Three Fiber.

Project Setup

Install

npm install

Development Launch (HMR)

npm run dev

Preview Launch (no HMR)

npm run start

Build

npm run build:win
npm run build:mac
npm run build:linux