@anshhkaushal/fullstack
v1.1.5
Published
CLI to scaffold a fullstack Vite + Tailwind + Node.js project
Downloads
4
Maintainers
Readme
⚡️ @anshhkaushal/fullstack
A powerful CLI to scaffold a modern fullstack project with:
- ⚛️ React + Vite
- 🎨 Tailwind CSS
- 🌐 Node.js + Express
- ✅ Pre-configured and production-ready
🚀 Quick Start
npx @anshhkaushal/fullstack my-appThis creates a new folder my-app with the following structure:
my-app/
├── frontend/ # React + Vite + Tailwind + Typescript
├── backend/ # Node.js + Express + TypescriptAll dependencies are installed automatically.
✨ Features
Frontend
- ⚡️ Vite + React + Typescript
- 🎨 Tailwind CSS configured
- 🧹 Clean file structure
- ✅ ESLint & Prettier ready
Backend
- 🌐 Express server + Typescript
- 🗂 Folder structure ready for scaling
- 📦 Pre-installed common middlewares
📦 Installation (Global)
You can also install it globally:
npm install -g @anshhkaushal/fullstack
@anshhkaushal/fullstack my-project📁 Project Structure (Generated)
my-app/
├── frontend/
│ ├── public/
│ ├── src/
│ └── package.json
│
├── backend/
│ ├── src/
│ └── package.json🔧 Scripts
Frontend
cd frontend
npm run devBackend
cd backend
npm run dev🧠 Why Use This?
- Save time on setting up the same boilerplate again and again.
- Use your own clean, opinionated setup — every time.
- Great for hackathons, freelance gigs, or internal tools.
🙌 Contributing
Found a bug or want a new feature? Open an issue or submit a PR!
📄 License
MIT © Ansh Kaushal
