Search This Blog

Thursday, May 30, 2019

How to create MEAN project ? (The MEAN stack uses Mongo, Express, Angular(6) and Node)


Just walking through with some tips to create MEAN project in few steps and minutes... 

Step1 : go to mean.io and follow the following steps 

Installation

git clone https://github.com/linnovate/mean
cd mean
cp .env.example .env
npm install
npm start (for development)

Docker based

git clone https://github.com/linnovate/mean
cd mean
cp .env.example .env
docker-compose up -d
I have used docker one..

Step 2 : Hit URL : http://localhost:4040

Page will serve and then we are good :) 

Cheers,

Kapil

3 comments:

  1. The field of software development is vast and varied. A trying student, in the field of software development, must chose carefully what type of software he ought to specialize in. One of the areas of specialization, where great career opportunities exist is in MEAN Stack.
    For More Info: MEAN Stack Institute in Gurgaon

    ReplyDelete
  2. Thank you for providing such an awesome article and it is very useful blog for others to read.
    MEAN Stack Training in Delhi

    ReplyDelete

Thanks for your comment, will revert as soon as we read it.

Popular Posts