boiler-code-create
v1.0.7
Published
A blazing-fast CLI tool to scaffold a full-featured MERN Stack project with React + Vite + TailwindCSS v4 and JWT Auth backend
Maintainers
Readme
🚀 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-dompreinstalled - 🖥️ Developer-friendly homepage with features list and boilerplate showcase
