Skip to main content

File and Folder Structure

File and Folder Structure should match the UI as closely as possible.

There are cases where hooks, interfaces, enums, or components need to shared in multiple places and they should be placed in the following folders.​

  • api

    • hooks to send requests to the backend
  • hooks
    • ​other custom hooks (like useForm)
  • types
    • files for interfaces and enums