mern-gen-cli
v6.0.0
Published
You can install the `mern-gen-cli` globally using npm:
Downloads
1
Maintainers
Readme
Installation
You can install the mern-gen-cli
globally using npm:
npx mern-gen-cli projectname
npm install -g mern-gen-cli
mern-gen-cli projectname
RUn App
npm run dev will use nodemon and npm start node
npm run dev
npm start
"start": "node app.js",
"dev": "nodemon app.js"
MERN Generator CLI
A command-line interface (CLI) tool to quickly generate a boilerplate MERN (MongoDB, Express, React, Node.js) backend project structure. This tool helps streamline the process of setting up your backend environment, allowing you to focus on development.
Features
- Installs essential packages: MongoDB, Express, CORS, dotenv.
- Generates a project structure with models, controllers, services, and routes.
- Connects to MongoDB with easy configuration through an environment file.