Skip to content

zzvei/Jsoner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jsoner

React + Tauri cross-platform JSON parser client.

Goals

  • Run on macOS and Windows
  • Lightweight package target (< 20MB where possible)
  • UI layer reusable for web deployment
  • SEO-friendly web entry

Structure

  • apps/web: React web app
  • apps/desktop: Tauri desktop shell
  • packages/core: JSON parser logic
  • packages/ui: Reusable React UI components

Run

npm install
npm run dev:web
npm run dev:desktop

Build

npm run build:web
npm run build:desktop

About

Jsoner — a lightweight JSON parser built with Rust, Tauri, and React 🤩

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors