Skip to content

🧩 Mernify-cli is a command-line tool that helps developers quickly scaffold a complete MERN (MongoDB, Express, React, Node.js) application with a preconfigured folder structure, essential dependencies, and ready-to-use boilerplate code.

License

Notifications You must be signed in to change notification settings

Sangram03/mernify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚑ MERNIFY ⚑

Profile Views

GitHub Stars GitHub Forks License


image

🧠 Use Case: Using mernify-cli to Scaffold a MERN Stack Project

Overview

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.


πŸš€ Installation

You can install the CLI globally or run it directly with npx.

Option 1: Run without installing globally

npx mernify-cli

Option 2: Install globally

npm install -g mernify-cli

After that, you can run it anywhere using:

mernify-cli

MERN

🟒 MongoDB   ⚑ Express   βš›οΈ React   🟣 Node

πŸš€ What’s Inside?

🎨 Frontend (Client Essentials)

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 vite

πŸ› οΈ Backend (Server Essentials)

npm install axios bcrypt cloudinary cors dotenv express jsonwebtoken mongoose multer nodemon validator

✨ Why Use Mernify?

  • 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

⚑ Quick Start

# Start frontend
cd client && npm run dev  

# Start backend
cd server && npm run dev  

🌐 Identity

mernify β†’ MERN + Simplify ✨

Your stack, supercharged.


🏷️ Badges

Mernify NPM License Stars

About

🧩 Mernify-cli is a command-line tool that helps developers quickly scaffold a complete MERN (MongoDB, Express, React, Node.js) application with a preconfigured folder structure, essential dependencies, and ready-to-use boilerplate code.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published