agent-control-center/frontend
2026-07-20 22:19:52 +07:00
..
public frontend: Vite + React + Tailwind + AgentGrid + Kanban + ActivityFeed 2026-07-20 21:54:40 +07:00
src UI: красивая AgentCard + улучшенный Dashboard 2026-07-20 22:19:52 +07:00
.gitignore frontend: Vite + React + Tailwind + AgentGrid + Kanban + ActivityFeed 2026-07-20 21:54:40 +07:00
.oxlintrc.json frontend: Vite + React + Tailwind + AgentGrid + Kanban + ActivityFeed 2026-07-20 21:54:40 +07:00
index.html frontend: Vite + React + Tailwind + AgentGrid + Kanban + ActivityFeed 2026-07-20 21:54:40 +07:00
package-lock.json Phase 3: WebSocket + Command Palette (Cmd+K) 2026-07-20 22:07:30 +07:00
package.json Phase 3: WebSocket + Command Palette (Cmd+K) 2026-07-20 22:07:30 +07:00
README.md frontend: Vite + React + Tailwind + AgentGrid + Kanban + ActivityFeed 2026-07-20 21:54:40 +07:00
tsconfig.app.json frontend: Vite + React + Tailwind + AgentGrid + Kanban + ActivityFeed 2026-07-20 21:54:40 +07:00
tsconfig.json frontend: Vite + React + Tailwind + AgentGrid + Kanban + ActivityFeed 2026-07-20 21:54:40 +07:00
tsconfig.node.json frontend: Vite + React + Tailwind + AgentGrid + Kanban + ActivityFeed 2026-07-20 21:54:40 +07:00
vite.config.ts frontend: Vite + React + Tailwind + AgentGrid + Kanban + ActivityFeed 2026-07-20 21:54:40 +07:00

React + TypeScript + 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:

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 enabling type-aware lint rules by installing oxlint-tsgolint and editing .oxlintrc.json:

{
  "$schema": "./node_modules/oxlint/configuration_schema.json",
  "plugins": ["react", "typescript", "oxc"],
  "options": {
    "typeAware": true
  },
  "rules": {
    "react/rules-of-hooks": "error",
    "react/only-export-components": ["warn", { "allowConstantExport": true }]
  }
}

See the Oxlint rules documentation for the full list of rules and categories.