Skip to content

CleanSlice/create-cleanslice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

create-cleanslice

Scaffold a new full-stack project with CleanSlice architecture.

Usage

npx create-cleanslice my-app
cd my-app

This 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 dev

Set up Claude Code with the CleanSlice MCP server:

claude mcp add --scope user --transport http cleanslice https://mcp.cleanslice.org/mcp

Links

License

MIT

About

Scaffold a new CleanSlice project — full-stack NestJS + Nuxt with Clean Architecture, vertical slices, Prisma, Pinia, shadcn-vue.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors