No description
- JavaScript 69.6%
- CSS 26.6%
- HTML 2.3%
- Dockerfile 1.5%
Stat cards, per-machine cluster grid, fleet notes, and an agents-per-machine bar chart driven by a NocoDB snapshot (65 agents / 5 machines). Sessions, Activity and Tasks are left as an explicit "not wired up yet" card rather than faked, since those depend on Phase 2-4 work per the project brief. |
||
|---|---|---|
| public | ||
| src | ||
| .dockerignore | ||
| .env.example | ||
| .gitignore | ||
| .oxlintrc.json | ||
| Dockerfile | ||
| index.html | ||
| nginx.conf | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| vite.config.js | ||
React + Vite
This template provides a minimal setup to get React working in Vite with HMR and some Oxlint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Oxc
- @vitejs/plugin-react-swc uses SWC
React Compiler
The React Compiler is not enabled on this template because of its impact on dev & build performances. To add it, see this documentation.
Expanding the Oxlint configuration
If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the TS template for information on how to integrate TypeScript and Oxlint's TypeScript related rules in your project.