SvelteKit + Electron Forge + Typescript
A starter template that uses SvelteKit, Electron Forge and TypeScript
Usage
- Clone this repository or click the 'Use this template' button above
- Run
yarn install
(recommended) ornpm install
. You might run into issues building the project if usingpnpm
- Use
yarn dev
ornpm run dev
to test your application during development and reload changes automatically - Use
yarn build
ornpm run build
to build your application