Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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