Suggest a Project Folder Structure

Get Copilot to recommend a folder structure for a project based on tech stack and requirements.

category:architecture
project-structure
best-practices
0

Prompt

Given this stack and context:
  
  [Describe the stack, e.g. Next.js + Prisma + tRPC, plus general app type]
  
  Propose a sensible project folder structure that:
  - Separates domain logic from framework glue.
  - Keeps tests close to the code they cover.
  - Scales as the project grows.
  
  Explain the rationale briefly.