- perspective-pivot.md: npm install pattern, v4.5.1/v4.4.1 versions - README.md: Node 18+, port 3020, add stacks routes, fix project structure - SPEC.md: add stacks/status routes, pages, SQL functions; update Perspective version - ui/README.md: replace Vite boilerplate with project-specific content - Remove docs/refactor-transformed-split.md (completed work) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
26 lines
594 B
Markdown
26 lines
594 B
Markdown
# Dataflow UI
|
|
|
|
React + Vite + Tailwind CSS frontend for Dataflow.
|
|
|
|
## Development
|
|
|
|
```bash
|
|
npm install
|
|
npm run dev # dev server on :5173, proxies /api to :3020
|
|
```
|
|
|
|
## Build
|
|
|
|
```bash
|
|
npm run build # outputs to ../public/
|
|
```
|
|
|
|
The Express server serves `../public/` as static files — no separate web server needed in production.
|
|
|
|
## Key packages
|
|
|
|
- `react` / `react-router-dom` — SPA routing
|
|
- `@perspective-dev/client`, `viewer`, `viewer-datagrid`, `viewer-d3fc` — pivot table (npm, inline WASM builds)
|
|
- `tailwindcss` — utility CSS
|
|
- `sql-formatter` — SQL display formatting
|