-
Couldn't load subscription status.
- Fork 39
project structure
Braulio Diez edited this page Feb 5, 2024
·
2 revisions
For the project structure, we are going to follow the pods approach:
src
│
├── common
│ ├── components
│ │ ├── modal-dialog
│ │ └── form
│ ├── diagram
│ └── export-engine
│
├── core
│ └── providers
│
├── pods
│ ├── toolbar
│ ├── canvas
│ ├── export
│ └── about
│
└── scenes
└── main.scene.tsx