Skip to content

Instantly share code, notes, and snippets.

View Littletonconnor's full-sized avatar
πŸ’»
Coding

Connor Littleton Littletonconnor

πŸ’»
Coding
View GitHub Profile
@Littletonconnor
Littletonconnor / monorepo-file-tree.sh
Last active February 27, 2024 15:49
A common monorepo setup with apps, packages, and configurations.
.
β”œβ”€β”€ apps
β”‚ β”œβ”€β”€ marketing-site
β”‚ └── santafe
β”œβ”€β”€ configs
β”‚ β”œβ”€β”€ eslint
β”‚ β”œβ”€β”€ prettier
β”‚ β”œβ”€β”€ tailwind
β”‚ └── tsconfig
└── packages
@Littletonconnor
Littletonconnor / monorepo-simple-file-tree.sh
Last active February 27, 2024 15:49
A common monorepo with apps and packages.
.
β”œβ”€β”€ apps
β”‚ β”œβ”€β”€ marketing-site
β”‚ └── santafe
└── packages
β”œβ”€β”€ design-system
└── ui