Welcome to your next-generation, high-performance monorepo workspace generated by Morax.
apps/— Frontend applications, backend servers, and user-facing services.packages/— Shared modules, TypeScript configurations, ESLint rule sets, and common utility libraries.
Run the following commands from the root directory of your workspace:
Start all dev servers and hot-reloading configurations concurrently:
pnpm devRun static analysis across all workspaces using your shared ESLint rules:
pnpm lintAutomatically format all codebase files using Prettier:
pnpm formatGenerated with love by Morax Scaffolder CLI.