This Starter utilizes Electron, Vite and Tailwindcss in combination. It trys to adhare best practices.
The Electron 12 + Vite 2 + Tailwind 2 - Starter is a development starter kit that combines Electron, Vite, and Tailwind. It aims to follow best practices mentioned in the Talk by Kilian Valkhof and includes Tailwind’s JIT Mode. Please note that this starter is currently unmaintained, and for an up-to-date electron + vite solution, you can use electron-vite-vue.
To install the Electron 12 + Vite 2 + Tailwind 2 - Starter, follow the steps below:
git clone [repository-url].yarn to install the required dependencies.To start the development server, use the following command:
yarn dev
Please note that you should not run yarn dev:electron or yarn dev:vite individually as they depend on each other.
To build the project, use the following command:
yarn build
This will create a production-ready build of the application.
The Electron 12 + Vite 2 + Tailwind 2 - Starter provides a development starter kit that combines Electron, Vite, and Tailwind. It follows best practices mentioned in the Talk by Kilian Valkhof and utilizes Tailwind’s JIT Mode for efficient styling. While this starter is currently unmaintained, there is an alternative solution called electron-vite-vue for an up-to-date electron + vite setup.