# jite **Repository Path**: alamhubb/jite ## Basic Information - **Project Name**: jite - **Description**: java vite - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-13 - **Last Updated**: 2026-03-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Jite MVP Jite is a minimal Java-native Vite-like dev server for `.qin` frontend code. ## Convention - frontend source: `app/main.qin` - shared module: `shared/shared.qin` - generated browser bundle: `app/app.js` - startup class: `src/com/jite/JiteApplication.java` - dev server: `http://localhost:5173` ## Run (No Args) From `jite/`: ```bat ..\qin\qin.bat run ``` Or run `com.jite.JiteApplication` directly in IDE. ## Demo Project Layout Test project code is placed under: - `packages/exmaples/jitedemo` Run demo from that directory: ```bat ..\..\..\..\qin\qin.bat run ``` ## What This MVP Does - compiles `.qin` to `app.js` on startup - serves static files from `app/` - watches `app/` + `shared/` and rebuilds on changes - injects a tiny dev client for browser auto reload