https://github.com/mdtanrikulu/react-tauri
React based Cross-platform Application with Tauri
https://github.com/mdtanrikulu/react-tauri
cross-platform reactjs rust tauri
Last synced: 9 days ago
JSON representation
React based Cross-platform Application with Tauri
- Host: GitHub
- URL: https://github.com/mdtanrikulu/react-tauri
- Owner: mdtanrikulu
- License: mit
- Created: 2020-02-22T15:57:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T18:11:55.000Z (about 2 years ago)
- Last Synced: 2025-03-29T05:22:44.028Z (27 days ago)
- Topics: cross-platform, reactjs, rust, tauri
- Language: CSS
- Size: 6.06 MB
- Stars: 112
- Watchers: 2
- Forks: 10
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
## React Tauri
It's an example of Tauri based Cross-Platform React Application. Way smaller than Electron. It uses system web engines to render, backend is based on Rust.
## Prerequests to run source
Install Rustc, cargo, nodejs, yarn as in following guides
- Windows: https://github.com/tauri-apps/tauri/wiki/04.-MS-Windows-Setup
- MacOS: https://github.com/tauri-apps/tauri/wiki/03.-MacOS-Setup
- Linux: https://github.com/tauri-apps/tauri/wiki/02.-Linux-SetupInstall Tauri-cli with `npm install tauri -g` or `yarn global tauri`
## Running
In main folder run `npm i` or `yarn`
After installation is done run `npm start`Then in another terminal tab/window run `tauri dev`
## Demo
https://github.com/mdtanrikulu/react-tauri/releases/tag/demo## Preview
