create-matwad-app
v1.0.7
Published
CLI to scaffold a full-stack app with Express, Knex, Vite, React, Tailwind, and Shadcn UI.
Downloads
526
Maintainers
Readme
create-matwad-app
A CLI tool to scaffold a modern full-stack web application, powered by the (patent-pending) MATWAD stack.
Stack
- Server: Express.js, Knex.js, PostgreSQL (w/ Supabase support)
- Client: Vite, React, TailwindCSS v4, Shadcn/UI, React Router (Data API)
Usage
npx create-matwad-app <project-name>Or globally:
npm install -g create-matwad-app
create-matwad-app my-appFeatures
- Interactive project generation.
- Automated dependency installation for both server and client.
- Automated
shadcn/uiinitialization. - Pre-configured TailwindCSS v4.
- Ready-to-use directory structure.
Getting Started
Create your app:
npx create-matwad-app my-awesome-appStart the development servers:
# Terminal 1 cd my-awesome-app/server npm run dev # Terminal 2 cd my-awesome-app/client npm run dev
License
ISC
