Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ajboni/svelte-electron-bulma
Svelte Electron Bulma starter template
https://github.com/ajboni/svelte-electron-bulma
bulma bulma-css electron electronjs svelte svelte3
Last synced: 14 days ago
JSON representation
Svelte Electron Bulma starter template
- Host: GitHub
- URL: https://github.com/ajboni/svelte-electron-bulma
- Owner: ajboni
- License: mit
- Created: 2020-03-07T02:47:30.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T12:10:10.000Z (almost 2 years ago)
- Last Synced: 2024-12-08T16:55:17.548Z (20 days ago)
- Topics: bulma, bulma-css, electron, electronjs, svelte, svelte3
- Language: JavaScript
- Homepage:
- Size: 579 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A template for developing electron + svelte + bulma applications.
## Features
* Live reload renderer __and__ electron process.
* Supports commonjs and builtin modules like 'fs'.## DEV
```npm run dev``` Launch electron with live reload both on renderer and main process.
```npm run dev-renderer``` Launch electron with live reload on renderer process only.
```npm run dev-electron``` Launch electron with live reload on main process only.
```npm start``` Launch electron with latest build