https://github.com/skeletonlabs/skeleton-starter-tauri
A starter project that pairs Skeleton with Tauri.
https://github.com/skeletonlabs/skeleton-starter-tauri
Last synced: 11 months ago
JSON representation
A starter project that pairs Skeleton with Tauri.
- Host: GitHub
- URL: https://github.com/skeletonlabs/skeleton-starter-tauri
- Owner: skeletonlabs
- Created: 2023-10-13T16:32:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-20T23:36:01.000Z (over 2 years ago)
- Last Synced: 2025-03-28T03:32:27.691Z (over 1 year ago)
- Language: Svelte
- Size: 650 KB
- Stars: 41
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Skeleton - Tauri Starter Project
Welcome to the official Skeleton - Tauri template that allows you to start creating your desktop apps now.
## What's Skeleton?
Skeleton is a powerful UI toolkit built using Svelte and Tailwind CSS. Create adaptive, accessible design systems for your web apps.
## What's Tauri?
Tauri is a toolkit that helps developers make applications for the major desktop platforms - using virtually any frontend framework in existence. The core is built with Rust, and the CLI leverages Node.js making Tauri a genuinely polyglot approach to creating and maintaining great apps.
## Prerequisites
Before you begin, make sure to install all required Rust language and system dependencies per the guide below.
[Tauri Prerequisites Guide](https://tauri.app/v1/guides/getting-started/prerequisites/)
## How to use
This project is already setup to start working on it. You only need to clone it.
```shell
git clone https://github.com/skeletonlabs/skeleton-starter-tauri.git
```
Take into account that this is an opinionated template, which uses the Skeleton theme, Typescript and npm. If you prefer to start from scratch, you can follow our [step-by-step guide](https://www.skeleton.dev/docs/tauri)
Have fun!