Home Panel
A React + Express control panel for Home Assistant.
Structure
packages/client: React frontendpackages/server: Express backend
Setup
-
Install dependencies:
pnpm install -
Start development server:
pnpm devThis will start:
- Client on http://localhost:5173
- Server on http://localhost:3001
Features
- Real-time data sync via WebSockets
- Config file persistence
- Modern React UI
Description
Languages
JavaScript
87.3%
CSS
11.8%
HTML
0.4%
Dockerfile
0.3%
Shell
0.2%