Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pleahmacaka/toaster
Toast toast and then toast
https://github.com/pleahmacaka/toaster
Last synced: 27 days ago
JSON representation
Toast toast and then toast
- Host: GitHub
- URL: https://github.com/pleahmacaka/toaster
- Owner: PleahMaCaka
- License: mit
- Created: 2023-04-14T12:41:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-07T18:06:06.000Z (about 1 year ago)
- Last Synced: 2024-10-15T07:09:33.661Z (2 months ago)
- Language: TypeScript
- Size: 150 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vite React Electron Template
This template is used to develop cross-platform desktop web-app using Vite, React and Electron
## GitHub Action
- Build tests are run with Github Actions
- When you draft a new release, the installer `exe`, `deb`, `dmg` files are automatically provided in artifacts(assets)## Development
> If you want to see it in your browser instead of Electron, run `pnpm build` and `pnpm preview`.
> Then you can preview it like the default Vite at `localhost:3000`- `pnpm install` - Install Dependencies
- `pnpm dev`- Run Electron## License
[MIT License](LICENSE)