Instalation

Introduction

These MernJs docs help you learn and use the MernJs boilerplate and development platform, from your first application to optimizing complex single-page apps for enterprises.

Installation

Install create-mernjs-app globally

npm i -g create-mernjs-app

Your First MernJs Project

Create new application using cli

create-mernjs-app my_project

CD into newly created project directory

cd my_project

Run newly created application


npm run dev

                    

Copyright © 2024 Learning.