A electron starter kit meant to be dead simple. Comes bundled out-of-the-box with Tailwind CSS and Prettier
electron:start
prettier:check
prettier:fix
tailwind:build
Run tailwind build scan html files contained within the tailwind config file and output tailwind CSS necessary to cover the current html
tailwind:watch
Run during the development process will recompile your tailwind output CSS automatically as you adjust and save html classes
MIT