Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sincerelyant/sveltekit-electron-ts-tailwind
A clean and minimal boilerplate for SvelteKit, Electron.js, Typescript, and Tailwind.
https://github.com/sincerelyant/sveltekit-electron-ts-tailwind
boilerplate electron electronjs sveltejs sveltekit tailwind tailwindcss typescript
Last synced: 2 months ago
JSON representation
A clean and minimal boilerplate for SvelteKit, Electron.js, Typescript, and Tailwind.
- Host: GitHub
- URL: https://github.com/sincerelyant/sveltekit-electron-ts-tailwind
- Owner: sincerelyant
- License: mit
- Created: 2024-04-01T15:43:57.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-30T00:38:21.000Z (4 months ago)
- Last Synced: 2024-10-11T12:06:45.148Z (3 months ago)
- Topics: boilerplate, electron, electronjs, sveltejs, sveltekit, tailwind, tailwindcss, typescript
- Language: Svelte
- Homepage:
- Size: 94.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/sincerelyant/sveltekit-electron-ts-tailwind/blob/main/preview.png?raw=true)