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

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.

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!