MEAN Stack in Windows Requirements



MongoDB installation:


Click here > Installation package msi windows

after downloading the package install it as usual


Node JS installation



If you're using OS X or Windows, use one of the installers from the Node JS Package Installer. Be sure to install the version labeled LTS. Other versions have not yet been tested with npm.


Angular Installation:


This the main framework for client server applications. You can create UI and dynamic pages using Angular.

You can use the Angular CLI to create projects, generate application and library code, and perform a variety of ongoing development tasks such as testing, bundling, and deployment.


To install the Angular CLI, open a terminal window and run the following command:

npm install -g @angular/cli





Comments