Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jonaskruckenberg/tauri-astro-template

Tauri, Astro, and Svelte template
https://github.com/jonaskruckenberg/tauri-astro-template

astro svelte tauri template

Last synced: 3 days ago
JSON representation

Tauri, Astro, and Svelte template

Awesome Lists containing this project

README

        

# Tauri + Astro

This template should help get you started developing with Tauri and Astro.

![App Screenshot](./Screenshot-light.png#gh-light-mode-only)
![App Screenshot](./Screenshot-dark.png#gh-dark-mode-only)

## Getting started

First, make sure you have completed the [prerequisites](https://beta.tauri.app/guides/prerequisites/) to have a working development environment.

Then install the dependencies using the package manager of your choice:

```bash
npm install
# OR
pnpm install
```

Then to get started run:

```bash
npm run tauri dev
# OR
pnpm tauri dev
```

to build your app run

```bash
npm run tauri build
# OR
pnpm tauri build
```

## Recommended IDE Setup

[VS Code](https://code.visualstudio.com/) + [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode) + [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer).