Skip to content

project structure

Braulio Diez edited this page Feb 5, 2024 · 2 revisions

Project structure

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
Clone this wiki locally