init-mern

1.5.1 • Public • Published

mern-npm

This is a simple node package which creates a MERN stack boilerplate upon calling through CLI

Installing the dependencies

$ npm install dependencies

Starting the project

$ cd <Your_Project_Working_Directory>

$ npx init-mern [options]

$ cd <Project_Name_You_Entered>

Example

Example

Folder Structure

├── index.js
├── package.json
├── package-lock.json
├── LICENSE
├── .gitignore
├── template
      └── .gitignore
      └── package.json
      └── server.js 
      └── models
            └── test.model.js
      └── routes
            └── index.route.js 
    

Contributing to the project

  1. Fork the project
  2. Push changes to master branch on forked repository.
  3. Create a Pull Request.

Note : Create a request for a new feature in issues first. If you have implemented the feature, do let me know through PR comments.

Package Sidebar

Install

npm i init-mern

Weekly Downloads

0

Version

1.5.1

License

GPL-3.0-or-later

Unpacked Size

41.3 kB

Total Files

8

Last publish

Collaborators

  • sudonim