nest-saas-starter
nest-saas-starter copied to clipboard
A NestJS SaaS starter project
trafficstars
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 apptenant: a Next.js appbackend: another Nest.js appstrapi: Strapieslint-config-custom:eslintconfigurations (includeseslint-config-nextandeslint-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:
- TypeScript for static type checking
- ESLint for code linting
- Prettier for code formatting
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