create-cleanslice
v0.2.0
Published
Scaffold a new full-stack project with CleanSlice architecture (NestJS + Nuxt 3)
Downloads
120
Maintainers
Readme
create-cleanslice
Scaffold a new full-stack project with CleanSlice architecture.
Usage
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
Next Steps
# 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/mcpLinks
License
MIT
