Experimental Tauri Stack App
A PKIT app using Tauri + React stack
Get Started
-
Setting Up Your Environment Using Tauri documentation for your platform of choice.
-
Clone repo and install package dependencies
npm i
- Run frontend app at
/root
npm run start
You will see a browser open, but it won't load anything.
- Run backend tauri app at
/src-tauri
cargo run
You will see a new window which loads the desktop app.
Features
- Load and display data from a flight file (more than thousand rows).