Skip to content

An electron app for working out my timesheet. Written with Svelte.js

License

Notifications You must be signed in to change notification settings

mthorning/timesheet

Repository files navigation

Svelte Electron template

This is a boilerplate for Svelte using ElectronJS, with Storybook support.

Usage

To create a new project using this boilerplate

npx degit "maxatwork/svelte-electron-template" svelte-electron
cd svelte-electron
npm install

To run Storybook

npm run storybook

Opens browser with Storybook.

To run Electron app with live reload

npm run start:dev

To package application

npm run package

Packaged app will be in ./dist/ folder.

Contribute

Contributions welcome! Read the contribution guidelines first.

About

An electron app for working out my timesheet. Written with Svelte.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published