This template includes the following packages/apps:
frontend
: a Next.js appbackend
: a tRPC backendui
: a library of ui componentseslint-config-custom
:eslint
configurationstsconfig
:tsconfig.json
s used throughout the monorepoprisma
: Prisma package with all the modelsiron-session-config
:iron-session
configuration
Each package/app is 100% TypeScript.
This template is already configured to work with full Server-side rendering.
To build all apps and packages, run the following command:
cd hostyn-template
pnpm build
To develop all apps and packages, run the following command:
cd hostyn-template
pnpm dev
Learn more about the power of Turborepo: