Skip to content

Latest commit

 

History

History
27 lines (26 loc) · 574 Bytes

README.md

File metadata and controls

27 lines (26 loc) · 574 Bytes

darun.io

Structure

+---apps
|   +---graphql-api
|   +---service-web
+---libs
|   +---backend
|       |   \---src
|       |       \---libs
|       |           \---[domain]
|       |               \---datasource
|       |               \---domain
|       |       \---index.ts
|   +---frontend
|       |   \---src
|       |       \---libs
|       |           \---pages
|       |           \---[domain]
|       |               \---components
|       |               \---shells
|   +---shared
|       |   \---provider-*
|       |   \---utils-*
|       |   \---ui-*