boiler-code-create
Version:
A blazing-fast CLI tool to scaffold a full-featured MERN Stack project with React + Vite + TailwindCSS v4 and JWT Auth backend
27 lines (16 loc) โข 1 kB
Markdown
# ๐ boiler-code-create
**A blazing-fast CLI tool to scaffold a full-featured MERN Stack project (MongoDB, Express, React, Node.js) with React + Vite + TailwindCSS v4, backend with JWT Auth, MongoDB config, and a ready-to-run project structure.**
---
## ๐ฆ Installation
### ๐น Use npx (Recommended โ zero setup)
npx boiler-code-create my-app
## ๐งฐ Features
- โ๏ธ Frontend with **Vite + React** setup
- ๐จ Pre-configured **TailwindCSS v4**
- ๐ฆ Backend with **Express.js**, **MongoDB (Mongoose)**, **JWT Auth**, and **bcrypt**
- ๐ Clean project structure (`models`, `routes`, `controllers`, `middleware`)
- ๐ User registration and login API with password hashing and JWT token
- โก Fully working MERN app in less than **30 seconds**
- ๐งช Error handling middleware for clean backend APIs
- ๐งญ Routing with `react-router-dom` preinstalled
- ๐ฅ๏ธ Developer-friendly homepage with features list and boilerplate showcase