This is a monorepo managed with npm workspaces.
packages/client— Frontend apppackages/server— Backend app
Install all dependencies from the root:
npm installRun scripts from the root or individual packages:
npm run <script> --workspace=client
npm run <script> --workspace=serverSee each package's README for more details.