https://github.com/levelupjosh-dev/electron-template
A electron starter kit meant to be dead simple. Comes bundled out-of-the-box with Tailwind CSS and Prettier
https://github.com/levelupjosh-dev/electron-template
electron electron-app prettier prettier-eslint tailwind tailwind-css tailwindcss template templates
Last synced: about 1 month ago
JSON representation
A electron starter kit meant to be dead simple. Comes bundled out-of-the-box with Tailwind CSS and Prettier
- Host: GitHub
- URL: https://github.com/levelupjosh-dev/electron-template
- Owner: LevelUpJosh-dev
- License: mit
- Created: 2022-11-12T23:41:35.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2023-02-04T19:05:21.000Z (about 3 years ago)
- Last Synced: 2025-03-26T21:39:51.805Z (about 1 year ago)
- Topics: electron, electron-app, prettier, prettier-eslint, tailwind, tailwind-css, tailwindcss, template, templates
- Language: HTML
- Homepage: https://www.npmjs.com/package/@redvanjosh/electron-template
- Size: 150 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @redvanjosh/electron-template

A electron starter kit meant to be dead simple. Comes bundled out-of-the-box with Tailwind CSS and Prettier
## NPM Commands
``electron:start``
#### Start you local electron application locally
``prettier:check``
#### Check application code against local prettier configuration
``prettier:fix``
#### Run the prettier write process and fix any outstanding formatting issues per the config
``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
## License
MIT