This is an official core repo for Zolplay containing all the packages we use on a daily basis.
This turborepo uses pnpm as a package manager. It includes the following packages:
config
: boilerplate configs for frontend projectscva
: An adapter for the awesome original packageclass-variance-authority
query
: An adapter for the awesome original package@tanstack/react-query
react
: shared React components and hookstsconfig
:tsconfig.json
s for TypeScript projectsutils
: A collection of utility functions
To build all packages, run the following command:
pnpm build
To develop all apps and packages, run the following command:
pnpm dev
Learn more about the power of Turborepo: