This is fullstack turborepo starter. It comes with the following features.
This turborepo uses Yarn as a package manager. It includes the following packages/apps:
api: a NestJS appweb: a Next.js appui: a stub React component library used by web.config: eslint, nginx and tailwind (includes eslint-config-next and eslint-config-prettier)tsconfig: tsconfig.jsons used throughout the monorepoEach package/app is 100% TypeScript.
This turborepo has some additional tools already setup for you:
This starter kit is using turborepo and yarn workspaces for monorepo workflow.
npm i -g nps
Make sure you are at root of the project and just run
nps prepare
To build all apps and packages, run the following command at the root of project:
nps build
To develop all apps and packages, run the following command at the root of project:
nps dev
The app should be running at http://localhost with reverse proxy configured.
Run nps in the terminal to see list of all available commands.
We use cookies
We use cookies to analyze traffic and improve your experience. You can accept or reject analytics cookies.