mernify-cli is a Command Line Interface (CLI) tool that helps developers quickly generate a ready-to-use MERN (MongoDB, Express, React, Node.js) project structure.
It sets up boilerplate code for both client and server, saving time on repetitive setup tasks.
You can install the CLI globally or run it directly with npx.
npx mernify-clinpm install -g mernify-cliAfter that, you can run it anywhere using:
mernify-cliπ’ MongoDB β‘ Express βοΈ React π£ Node
npm install @tailwindcss/vite lucide-react react react-dom react-router-dom react-toastify tailwindcss
npm install -D @eslint/js @types/react @types/react-dom @vitejs/plugin-react eslint eslint-plugin-react-hooks eslint-plugin-react-refresh globals vitenpm install axios bcrypt cloudinary cors dotenv express jsonwebtoken mongoose multer nodemon validator- Zero setup β Kickstart any MERN project in minutes
- Full-stack ready β From UI β Database in one package
- Pro Dev Tools β ESLint, Nodemon, Vite preconfigured
- Cloud + Auth β Includes
Cloudinary,JWT,Bcrypt - Scalable β Works for side projects β enterprise apps
# Start frontend
cd client && npm run dev
# Start backend
cd server && npm run dev mernify β MERN + Simplify β¨
Your stack, supercharged.