Skip to content

kodermax/nest-saas-starter

Repository files navigation

Nest Monorepo SaaS Starter

What's inside?

This turborepo uses Yarn as a package manager. It includes the following packages/apps:

Apps and Packages

  • main: a Next.js app
  • tenant: a Next.js app
  • backend: another Nest.js app
  • strapi: Strapi
  • eslint-config-custom: eslint configurations (includes eslint-config-next and eslint-config-prettier)
  • tsconfig: tsconfig.jsons used throughout the monorepo

Each package/app is 100% TypeScript.

Utilities

This turborepo has some additional tools already setup for you:

Build

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

yarn run build

Develop

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

yarn run dev

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages