React:A JavaScript library for building user interfaces
an application built on the top of React、AntDesign、TailwindCSS.
https://github.com/ChuTingzj/GD-BE
pnpm install
# development
$ pnpm run dev
# production mode
$ pnpm run build
# unit tests
$ pnpm run test
# test coverage
$ pnpm run coverage