This is an official pnpm starter turborepo.
This turborepo uses pnpm as a package manager. It includes the following packages/apps:
web: a Next.js appcommon: a common library shared by other librariesdata-grid: a data grid component library shared bywebdnd: re-export the @dnd-kit libraryrest: a rest client generated by open api for calling api shared byweb
Each package/app is 100% TypeScript.
This turborepo has some additional tools already setup for you:
- TypeScript for static type checking
- ESLint for code linting
- Prettier for code formatting
To build all apps and packages, run the following command:
cd spketr
pnpm run build
To develop all apps and packages, run the following command:
cd spketr
pnpm run dev
Learn more about the power of Turborepo: