TheSisb / acme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A playground to explore how to build a robust monorepo with Turborepo, TypeScript and ECMAScript modules

Monorepo tooling

  • Lint packages (Type-checking + ESLint)
  • Build packages
  • Watch packages
  • Tests (Vitest)
  • E2E tests (Playwright)

Apps and packages

  • CLI (yargs)
  • API (trpc)
  • Web (Remix or SolidJS)
  • Internal packages (scripts, eslint-config, sdk, tsconfig)

About


Languages

Language:TypeScript 77.9%Language:JavaScript 22.1%