Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)