1
0
mirror of https://github.com/alexandrev/xslt-lab.git synced 2026-09-16 18:23:16 +00:00

Add frontend React app

This commit is contained in:
2025-07-01 09:34:58 +02:00
parent 3268dbca4e
commit 09a8f99466
8 changed files with 276 additions and 2 deletions
+14 -1
View File
@@ -1,2 +1,15 @@
# xslt-lab
Your Lab for XSLT Transformation
Your Lab for XSLT Transformation.
## Frontend
The React/Vite frontend lives in `frontend/`. Use `npm install` inside that folder and run:
```bash
npm run dev
```
This starts the playground at `http://localhost:3000`.
The app will call the Go backend at `/transform` to perform XSLT transformations.