Making MEAN stack work with Azure DevOps

Eason
9 min readSep 20, 2018

MEAN stack (MongoDB + ExpressJS, AngularJS + NodeJS) is most common open-source Javascript software stack for building dynamic web sites and apps. Recently Microsoft announce Azure DevOps to help developer streamline their development life-cycle and help to ship apps faster. This is evolution of long time history of VSTS (Visual Studio Team Services) which make it more open-source software stack development friendly.

So, let me show you how to make MEAN stack working with Azure DevOps to streamline development life-cycle.

--

--