Skip to content

zolplay-cn/core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4f75770 · Oct 26, 2022

History

64 Commits
Oct 18, 2022
Oct 20, 2022
Oct 26, 2022
Oct 18, 2022
Oct 19, 2022
Oct 19, 2022
Oct 20, 2022
Oct 20, 2022
Oct 26, 2022
Oct 18, 2022
Oct 20, 2022

Repository files navigation

Zolplay Core

GitHub Workflow Status GitHub Workflow Status

npm npm npm npm npm npm

This is an official core repo for Zolplay containing all the packages we use on a daily basis.

What's inside?

This turborepo uses pnpm as a package manager. It includes the following packages:

Apps and Packages

  • config: boilerplate configs for frontend projects
  • cva: An adapter for the awesome original package class-variance-authority
  • query: An adapter for the awesome original package @tanstack/react-query
  • react: shared React components and hooks
  • tsconfig: tsconfig.jsons for TypeScript projects
  • utils: A collection of utility functions

Build

To build all packages, run the following command:

pnpm build

Develop

To develop all apps and packages, run the following command:

pnpm dev

Useful Links

Learn more about the power of Turborepo: