An electron-svelte boilerplate greatly inspired by electron-vue@4c6ee7b (using all the scripts)
There are no testing libraries yet, because i am not using them (for now). I haven't tested everything electron-vue can do but i guess it should work.
# clone projet
git clone https://github.com/Vahelnir/electron-svelte
# install dependencies
npm install
# serve with hot reload at localhost:9080
npm run dev
# build electron application for production
npm run build
# lint all JS/Svelte component files in `src/`
npm run lint