/flight-data-loader

Reading data using Rust and loading to React frontend

Primary LanguageJavaScript

Experimental Tauri Stack App

A PKIT app using Tauri + React stack

Get Started

  1. Setting Up Your Environment Using Tauri documentation for your platform of choice.

  2. Clone repo and install package dependencies

npm i
  1. Run frontend app at /root
npm run start

You will see a browser open, but it won't load anything.

  1. Run backend tauri app at /src-tauri
cargo run

You will see a new window which loads the desktop app.

Features

  1. Load and display data from a flight file (more than thousand rows).