# MERN-Stack Cli

                ___  ___ ___________ _   _ 
                |  \\/  ||  ___| ___ \\ \\ | |
                | .  . || |__ | |_/ /  \\| |
                | |\\/| ||  __||    /| . ` |
                | |  | || |___| |\\ \\| |\\  |
                \\_|  |_/\\____/\\_| \\_\\_| \\_/
                           

## Installation

`npm install -g mern-stack-cli`<br>
`mern runs` <br>
`mern create <project-name-here>` <br>
`cd <project-name-here>` <br>
`npm install` <br>
`Add MongoDB Connection in config.js I use MLAB` <br>
`npm start` <br>

## Make Empty Component

`cd <your-project-here>` <br>
`mern make <your-component-name-here>` <br>
`mern page <your-page-name-here>` <br>

## Make Empty Page

`cd <your-project-here>` <br>
`mern page <your-page-name-here>` <br>

## Extra Commands
Use `npm start` to start the server <br>
Use `npm run build:pro` for webpack production  <br>
Use `npm run build` for webpack developing watch  <br>