1.0.8 • Published 3 years ago

create-mern-apps v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Create-mern-apps

A cli tool to bootstrap mern,express projects and react projects along with redux.

Usage

Installation

 npm i create-mern-apps -g

-g Install it globally to avail for the whole system.

creating a app

create <project-name> [-g||--git] [-f||--frontend] [-b||--backend] [-fs ||--fullstack]
or
create-mern-apps <project-name> [--git||-g] [--frontend ||-f ] [--backend|| -b] [--fullstack |-fs]

Frontend represents the react projects.

Backend represents the express projects

Examples:

Image 1 Image 1 Image 1