Skip to content

hostyn/hostyn-template

Repository files navigation

Hostyn Template

What's inside?

This template includes the following packages/apps:

Apps and Packages

  • frontend: a Next.js app
  • backend: a tRPC backend
  • ui: a library of ui components
  • eslint-config-custom: eslint configurations
  • tsconfig: tsconfig.jsons used throughout the monorepo
  • prisma: Prisma package with all the models
  • iron-session-config: iron-session configuration

Each package/app is 100% TypeScript.

Utilities

This template is already configured to work with full Server-side rendering.

Build

To build all apps and packages, run the following command:

cd hostyn-template
pnpm build

Develop

To develop all apps and packages, run the following command:

cd hostyn-template
pnpm dev

Useful Links

Learn more about the power of Turborepo:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published