da-kami / tauri-typescript-react-boilerplate

A Tauri Typescript React Boilerplate.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tauri Typescript React Boilerplate

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

  • MacOS
  • Windows 10
  • Linux (Probably works but I haven't tested)
  • WSL?

Setup

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

$ yarn

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.

About

A Tauri Typescript React Boilerplate.

License:MIT License


Languages

Language:Rust 44.5%Language:TypeScript 39.6%Language:HTML 8.2%Language:CSS 7.7%