Frontend Development
Guide for developing the FacilFlow frontend.
Technology Stack
- Framework: React 19
- Language: TypeScript
- UI Library: MUI (Material-UI)
- Flow Diagrams: @xyflow/react (React Flow)
- State: Zustand
- Build: Webpack
Project Structure
src/renderer/
├── App.tsx # Main app, routing, theme
├── components/
│ ├── pipeline/ # Pipeline builder
│ │ ├── PipelineBuilder.tsx # React Flow canvas
│ │ ├── NodePalette.tsx # Draggable nodes
│ │ └── nodes/ # Custom node types