HACKER Q&A
📣 alfredelay

Large TypeScript Open-Source Enterprise Codebases


I'm currently trying to learn Typescript for a few days. A thing that always helps me more than examples of different small use-cases, is looking at a large production-ready codebase of the language.

I browsed through github a bit and found the biggest one's like VSCode or Typescript itself.

Can you recommend any other, more business-like applications where I can learn how to structure really large codebases?


  👤 awake88 Accepted Answer ✓
NX is a good starting point IMO. It’s targeted at monorepos but the concepts of libraries and boundaries apply well to large applications