Project Structure
Below is an overview of the key folders and files in Create Super Turbo:
my-super-turbo/
│
├── apps/
│ ├── express-app/
│ ├── next-app/
│ └── react-app/
│
├── packages/
│ ├── config-tailwind/
│ ├── db/
│ ├── eslint-config/
│ ├── store/
│ ├── typescript-config/
│ └── ui/
│
├── .gitignore
├── .npmrc
├── package.json
├── README.md
└── turbo.json