next-mern
v1.0.8
Published
next-mern is a comprehensive full-stack project structure designed to streamline the development of web applications using the popular MERN stack: MongoDB, Express.js, React, and Node.js. Built with simplicity and scalability in mind, MERN.js empowers dev
Downloads
29
Maintainers
Readme
Installation:
To create a new project using NEXT_MERN, simply run the following command:
npx next-mern@latest // For yarn yarn exec next-mern
How to run project
npm run mern // Project Back End Will Run @3000 npm run dev // Complete Project Will Run @3001
// For yarn yarn run mern yarn run dev