Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>CleanStackNew to Visual Studio Code? Get it now.
CleanStack

CleanStack

Rajesh Sahu

| (0) | Free
Clean and setup production-ready frontend projects.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

CleanStack

Clean and setup React + Vite projects in seconds.

CleanStack helps developers instantly transform a fresh React + Vite project into a clean, production-ready structure with modern best practices.


Features

🧹 Clean React Boilerplate

Removes unnecessary starter code and replaces it with a clean foundation.

🎨 Tailwind CSS Setup

Automatically installs and configures Tailwind CSS for Vite projects.

🛣 React Router Setup

Installs React Router and prepares your project for scalable routing.

📁 Production Folder Structure

Creates commonly used folders:

src/
├── assets
├── components
├── hooks
├── layouts
├── pages
├── routes
└── utils

🔗 Path Aliases

Configures @ alias support.

Example:

import Button from '@/components/Button';

✨ Prettier Configuration

Installs and configures Prettier with sensible defaults.


Supported Projects

Currently supported:

  • React
  • React + Vite
  • React + TypeScript + Vite

VS Code Extension Usage

  1. Open a React + Vite project.
  2. Press:
Ctrl + Shift + P
  1. Run:
CleanStack: Start
  1. CleanStack will automatically:
  • Clean boilerplate
  • Setup Tailwind CSS
  • Install React Router
  • Create production folders
  • Configure aliases
  • Configure Prettier

CLI Usage

Install globally:

npm install -g cleanstack

Run:

cleanstack setup

Example Workflow

Fresh Vite Project:

npm create vite@latest my-app

Navigate to project:

cd my-app

Run CleanStack:

cleanstack setup

Your project is now production-ready.


Requirements

  • Node.js 18+
  • npm
  • React + Vite project

Roadmap

Future support planned:

  • Next.js
  • Vue.js
  • Angular
  • Custom templates
  • Team presets

Author

Rajesh Sahu

Frontend Developer & Creator of CleanStack

GitHub: https://github.com/Rajesh-sahu762

LinkedIn: https://www.linkedin.com/


License

MIT License

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft