It is a simple starter tempalte without unnecessary packages.
This Starter utilizes Vite, Tailwind, React, Typescript and Electron.
By default, the React framework is used for the interface, but you can easily use any other framework such as Vue, Preact, Angular, Svelte or anything else.
Vite is framework agnostic
Clone this repo and install all dependencies
yarn
or npm install
yarn dev
or npm run dev
yarn build
or npm run build
yarn dist
or npm run dist