Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jonaskruckenberg/tauri-astro-template
- Owner: JonasKruckenberg
- Created: 2022-12-12T18:23:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-09T02:05:43.000Z (about 2 months ago)
- Last Synced: 2025-01-13T03:06:53.375Z (10 days ago)
- Topics: astro, svelte, tauri, template
- Language: Astro
- Homepage:
- Size: 954 KB
- Stars: 118
- Watchers: 2
- Forks: 9
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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).