Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 447 Bytes

readme.md

File metadata and controls

14 lines (8 loc) · 447 Bytes

Mongo Express (React, Ejs) Node Template

Usage:

Basic Command:

npx create-mern-template project-name

Use this command to create your mern app, replace project-name with your project's name. After running above command use cd project-name to navigate into your project and run npm install to install the required packages.

Using Templates:

To use template use following command:

npx create-mern-template project-name --react