All Projects → jbarszczewski → tauri-svelte-template

jbarszczewski / tauri-svelte-template

Licence: MIT license
No description or website provided.

Programming Languages

javascript
184084 projects - #8 most used programming language
Svelte
593 projects
CSS
56736 projects
rust
11053 projects
HTML
75241 projects
typescript
32286 projects

Projects that are alternatives of or similar to tauri-svelte-template

tauri-typescript-react-boilerplate
A Tauri Typescript React Boilerplate that works out of the box.
Stars: ✭ 40 (+25%)
Mutual labels:  tauri
awesome-tauri
🚀 Awesome Tauri Apps, Plugins and Resources
Stars: ✭ 333 (+940.63%)
Mutual labels:  tauri
Hajime
Hajime - Competition software management for Fencing Martial Arts
Stars: ✭ 13 (-59.37%)
Mutual labels:  tauri
n-link
Free, cross-platform, CX-II compatible computer linking program for the TI-Nspire.
Stars: ✭ 51 (+59.38%)
Mutual labels:  tauri
deplore
deplore is a DeepL client app.
Stars: ✭ 19 (-40.62%)
Mutual labels:  tauri
sirix-svelte-frontend
A GUI console for SirixDB, using Svelte/Sapper.
Stars: ✭ 23 (-28.12%)
Mutual labels:  tauri
vue-cli-plugin-tauri
Turn your Vue SPA into a lightweight cross-platform desktop app
Stars: ✭ 326 (+918.75%)
Mutual labels:  tauri
simple-obs-stt
Speech-to-text and keyboard input captions for OBS.
Stars: ✭ 89 (+178.13%)
Mutual labels:  tauri
web-to-desktop-framework-comparison
This repository was made to create an objective comparison of multiple framework that grant us to "transform" our web app to desktop application formats.
Stars: ✭ 605 (+1790.63%)
Mutual labels:  tauri
astrodon
Make Desktop apps with Deno 🦕
Stars: ✭ 826 (+2481.25%)
Mutual labels:  tauri

Tauri Svelte App Template

This is a project template for Tauri and Svelte apps. It lives at https://github.com/jbarszczewski/tauri-svelte-template.

To create a new project based on this template follow the official guide here: https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-from-a-template

Get started

Before using template please see Tauri Introduction and follow instructions to setup your environment.

Install the dependencies...

yarn

...then start development server:

yarn tauri dev

This will take care of running both frontend and backend of your app with watch attached to both. That means whenever you change something in src (svelte frontend code) or src-tauri (rust backend code), it will be automatically processed and hot reloaded. To finish dev/debug mode simply close the app window.

Building and running in production mode

To create an optimised version of the app:

yarn tauri build

This will create standalone app and installer in src-tauri/target/release directory.

Useful links

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].