WIP: Boilerplate for your typescript projects using Turborepo.
apps/api
: API code based on hono-boilerplateapps/functions
: General functions. Workers/Lambda/...apps/web
: A Next.js app@repo/core
: Shared database types created by API and functions@repo/ui
: a stub React component library shared by bothweb
anddocs
applications@repo/eslint-config
:eslint
configurations (includeseslint-config-next
andeslint-config-prettier
)@repo/typescript-config
:tsconfig.json
s used throughout the monorepo
Each package/app is 100% TypeScript.
TODO: script to build selected projects
...
TODO: script to build selected projects
...
- add lint workflow
- add manual workflow to build api/functions/web
Learn more about the power of Turborepo: