Electron 12 + Vite 2 + Tailwind 2 - Starter
November 18, 2022 ยท View on GitHub
NOTE: !Unmaintained - For an up to date electron + vite solution you can use electron-vite-vue

This Starter utilizes Electron, Vite and Tailwind in combination. It tries to adhere the best practices mentioned in the Talk by Kilian Valkhof
Also does it use Tailwinds JIT Mode.
Installation
yarn
Development
yarn dev
Be careful, do not run
yarn dev:electronoryarn dev:vitesolo as they need each other! (see #83)
Build
yarn build