Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 751 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 751 Bytes

Tauri + React

This template should help get you started developing with Tauri and React in Vite.

Recommended IDE Setup

Description

This demo uses the sysinfo crate to read process information from your system and display in a React application

This is part of my learning process for getting familiar with Tauri and improve my skills with Rust.

Build

Dev

  • To build the application run npm run tauri dev for live development reload

Release

  • run npm run tauri build to create the release bundles