webapp
Installation
SKILL.md
Fullstack Web App
Build fullstack web applications using an opinionated pre-wired template: Express + Vite + React + Tailwind CSS + shadcn/ui + Drizzle ORM.
Getting Started
Copy the template to your project directory, then install dependencies:
cp -r skills/webapp/template/ <project-name>/
cd <project-name>
npm install
Run the dev server:
npm run dev