Skip to content

Latest commit

 

History

History
18 lines (8 loc) · 425 Bytes

README.md

File metadata and controls

18 lines (8 loc) · 425 Bytes

template-electron

A simple boilerplate for building Electron apps with Svelte.

Developing

Clone the repo, and install dependencies with npm install. Then npm run dev to build the app and npm start to open it.

Building

npm run build creates a production version of the app, which can then be run with npm start. Instructions on creating a standalone executable to follow.

License

LIL