Skip to content

Latest commit

 

History

History

slopterm web

React + TypeScript + Tailwind + xterm.js front-end for slopterm. Talks to the server/ backend over HTTP + WebSocket; see the root README for how the two fit together.

npm install
npm run dev      # Vite dev server with hot reload, UI only (no backend wired up yet)
npm run build    # production build, output goes to ../server/wwwroot

There's no dev-server proxy to the backend yet, so npm run dev is only useful for iterating on layout/components in isolation. For an end-to-end test, run npm run build then dotnet run in ../server — it serves the built bundle directly.