Skip to main content

Frontend

sdlcs-aws-cdk-lib - Workspace - Frontend

Typesript Types

  • Shared TypeScript types are defined in shared/models/.
  • All TypeScript types should be defined in shared/models/.

Style Consistency

  • All new product sections must use shared UI components from src/frontend/components/ui where possible.
  • Tailwind CSS configuration is centralized; do not override styles locally unless necessary.
  • Follow the design tokens and UI patterns documented in /docs/frontend/style-guide.md.
  • When adding new UI components, update the style guide and, if using, Storybook stories.
  • Ensure all frontend code is reviewed for visual and interaction consistency with existing sections.