Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (about 2 years ago)
- Default Branch: develop
- Last Pushed: 2023-02-04T19:05:21.000Z (almost 2 years ago)
- Last Synced: 2024-11-13T01:05:56.629Z (1 day 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
![webstorm64_7evZIUoyfS](https://user-images.githubusercontent.com/23381860/201500808-cbfd894d-9ee9-44c4-b4c0-991815466129.png)
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