Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T18:11:55.000Z (almost 2 years ago)
- Last Synced: 2024-11-06T12:56:58.445Z (3 months ago)
- Topics: cross-platform, reactjs, rust, tauri
- Language: CSS
- Size: 6.06 MB
- Stars: 114
- Watchers: 3
- 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
![react-tauri](https://user-images.githubusercontent.com/2774845/75100387-44d9c300-55cd-11ea-90fa-83a516183531.gif)