A starter monorepo built with Turborepo, Nextjs, Docker, Rollup, Typescript, Storybook, Jest and Tailwind.
The Turborepo starter is a monorepo project template built with Next.js, TypeScript, Docker, ESLint, Jest, Prettier, Rollup.js, Tailwind, and Storybook. It provides a set of pre-configured tools and packages for developing and deploying multiple Next.js applications and a React component library.
To build all the apps and packages, use the following command:
$ npm run build
To develop all the apps and packages, use the following command:
$ npm run develop
For Vercel deployment, each app in the apps directory needs to be deployed as separate projects. Refer to vercel.json for Vercel deployment configuration.
The Turborepo starter is a comprehensive project template that provides a set of pre-configured tools and packages for developing and deploying multiple Next.js applications and a React component library. It offers features like TypeScript, ESLint, Jest, Prettier, Rollup.js, Docker, Tailwind, and Storybook, making it a powerful choice for building robust web applications.