UNPKG

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
# ๐Ÿš€ 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