Here is the basic suggested skeleton for your app repo that each of the starter templates conforms to:
├── api
│ ├──
│ │ ├──
│ ├──
│ │ ├──
│ ├──
│ │ ├──
│ │ ├──
│ └──
├── mobile-client
│ ├──
│ │ ├──
│ ├──
│ │ ├──
│ ├──
│ │ ├──
│ │ ├──
│ └──
├── web-client
│ ├──
│ │ ├──
│ ├──
│ │ ├──
│ ├──
│ │ ├──
│ │ ├──
│ └──
├── README.md
└── .gitignore