Skip to content

Desktop application for calculator in Tauri framework (Frontend in React, Backend in Rust)

Notifications You must be signed in to change notification settings

RijadSK/Calculator_tauri

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tauri + React

This small app should demonstrate how can existing web application be converted into desktop application using Tauri framework. It was developed with Tauri and React in Vite.

Recommended IDE Setup

How to try it

It was tested on Windows operating system.

  • Use npm install (in a package directory, no arguments) to install the dependencies to the local node_modules folder
  • Use cargo tauri dev to run app in development mode in local browser
  • Use cargo tauri build to create installer in src-tauri\target\release\bundle\msi and executable in src-tauri\target\release

About

Desktop application for calculator in Tauri framework (Frontend in React, Backend in Rust)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published