1.5.1 • Published 4 years ago

init-mern v1.5.1

Weekly downloads
4
License
GPL-3.0-or-later
Repository
github
Last release
4 years ago

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.

1.5.1

4 years ago

1.5.0

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.1

4 years ago

1.1.2

4 years ago

1.1.0

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago