examples/protocols/http_server/restful_server/front/web-demo/README.md
This is a modernized version of the dashboard web interface.
The application expects the following endpoints from ESP32 device:
GET /api/v1/system/info - System informationGET /api/v1/temp/raw - Temperature sensor dataPOST /api/v1/light/brightness - Set RGB LED colors# Install dependencies
pnpm install
# Start development server
pnpm dev
# Build for production
pnpm build