The typical project structure for development files is as follows:
project-root/ ├── dist/ ├── routes/ │ ├── skeleton.json │ ├── globals.json │ ├── templates.json │ ├── some-other-route/ │ │ ├── skeleton.json │ │ └── [dynamic-route]/ │ │ └── skeleton.json ├── static/ │ ├── favicon/ │ ├── images/ │ └── scripts/ └── cwrapConfig.js