All Projects → n8jadams → tauri-typescript-react-boilerplate

n8jadams / tauri-typescript-react-boilerplate

Licence: MIT license
A Tauri Typescript React Boilerplate that works out of the box.

Programming Languages

typescript
32286 projects
rust
11053 projects
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to tauri-typescript-react-boilerplate

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 (+1412.5%)
Mutual labels:  tauri, tauri-app
awesome-tauri
🚀 Awesome Tauri Apps, Plugins and Resources
Stars: ✭ 333 (+732.5%)
Mutual labels:  tauri
Hajime
Hajime - Competition software management for Fencing Martial Arts
Stars: ✭ 13 (-67.5%)
Mutual labels:  tauri
n-link
Free, cross-platform, CX-II compatible computer linking program for the TI-Nspire.
Stars: ✭ 51 (+27.5%)
Mutual labels:  tauri
deplore
deplore is a DeepL client app.
Stars: ✭ 19 (-52.5%)
Mutual labels:  tauri
sirix-svelte-frontend
A GUI console for SirixDB, using Svelte/Sapper.
Stars: ✭ 23 (-42.5%)
Mutual labels:  tauri
vue-cli-plugin-tauri
Turn your Vue SPA into a lightweight cross-platform desktop app
Stars: ✭ 326 (+715%)
Mutual labels:  tauri
simple-obs-stt
Speech-to-text and keyboard input captions for OBS.
Stars: ✭ 89 (+122.5%)
Mutual labels:  tauri
astrodon
Make Desktop apps with Deno 🦕
Stars: ✭ 826 (+1965%)
Mutual labels:  tauri
tauri-svelte-template
No description or website provided.
Stars: ✭ 32 (-20%)
Mutual labels:  tauri
CaBr2
This is just a push mirror of https://codeberg.org/Calciumdibromid/CaBr2
Stars: ✭ 17 (-57.5%)
Mutual labels:  tauri-app

Tauri Typescript React Boilerplate

A Tauri Typescript React Boilerplate that works out of the box.

  • MacOS
  • Windows 10
  • Linux

Setup

Follow the Tauri setup docs in your platform to get everything set up for Tauri development, then run

$ yarn

Note for MacOS users

I had to do the following to get node-gyp to work...

  • Use homebrew to install vips, cmake and poppler:
$ brew install vips cmake && brew link --overwrite poppler

Note for Windows users

I had to run rustup default stable to change the default rust toolchain from gnu to msvc.

Development

$ yarn dev

There's an example app that shows a little bit of how you can communicate between the front end (Typescript/JS) and back end (Rust)

Build

$ yarn build

Tauri will walk you through the rest.

Contributing

Feel free to create an issue or PR. Just understand I don't have a ton of time to contribute to this, so I may not be the fastest at responding.

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].