Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/laynef/mern-stack_cli


https://github.com/laynef/mern-stack_cli

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

# MERN-Stack Cli

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

## Installation

`npm install -g mern-stack-cli`

`mern runs`

`mern create `

`cd `

`npm install`

`Add MongoDB Connection in config.js I use MLAB`

`npm start`

## Make Empty Component

`cd `

`mern make `

`mern page `

## Make Empty Page

`cd `

`mern page `

## Extra Commands
Use `npm start` to start the server

Use `npm run build:pro` for webpack production

Use `npm run build` for webpack developing watch