Skip to content

A clean and minimal boilerplate for SvelteKit, Electron.js, Typescript, and Tailwind.

License

Notifications You must be signed in to change notification settings

d3j1x/sveltekit-electron-ts-tailwind

 
 

Repository files navigation

SvelteKit + Electron + Typescript + Tailwind

Clean and straightfoward sveltekit/electron boilerplate. You can use ES Modules with Electron rather than commonjs if you wish.

Getting Started

There will be two package.json located in / and /src-electron.

SvelteKit is located in / and Electron is in /src-electron.

You can install the dependencies using the included install.sh i provided. If you want to install the dependencies manually, enter in both directories and execute npm i or npm install.

Once installed, execute npm run dev in /. This will start up your development server for both electron and vite.

Logs and information for both electron/vite will appear in the terminal.

app preview

About

A clean and minimal boilerplate for SvelteKit, Electron.js, Typescript, and Tailwind.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 39.1%
  • TypeScript 25.5%
  • JavaScript 14.5%
  • HTML 10.4%
  • CSS 8.2%
  • Shell 2.3%