Scaffold a new full-stack project with CleanSlice architecture.
npx create-cleanslice my-app
cd my-appThis creates a project with:
- api/ — NestJS backend with Prisma, Swagger, and vertical slices
- app/ — Nuxt 3 frontend with Vue 3, Pinia, Tailwind CSS, and shadcn-vue
# Start the backend
cd api && npm install && npm run dev
# Start the frontend (in another terminal)
cd app && npm install && npm run devSet up Claude Code with the CleanSlice MCP server:
claude mcp add --scope user --transport http cleanslice https://mcp.cleanslice.org/mcpMIT