Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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-Setup

Install 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)