Skip to content

Instantly share code, notes, and snippets.

@Littletonconnor
Last active February 27, 2024 15:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Littletonconnor/042954dcf7e1c805d795614ea02acb46 to your computer and use it in GitHub Desktop.
Save Littletonconnor/042954dcf7e1c805d795614ea02acb46 to your computer and use it in GitHub Desktop.
A common monorepo setup with apps, packages, and configurations.
.
├── apps
│ ├── marketing-site
│ └── santafe
├── configs
│ ├── eslint
│ ├── prettier
│ ├── tailwind
│ └── tsconfig
└── packages
├── design-system
└── ui
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment