Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 492 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 492 Bytes

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