From f4ccd5a15f1e1568b7b46c2631b95f1476357fdc Mon Sep 17 00:00:00 2001 From: Lior Kesos Date: Wed, 19 Jun 2013 23:08:49 +0300 Subject: [PATCH] Update README.md Updated pre-requisites based on confusion and challanges presented in #4 --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d1bd8b3b1..8b128ba5e4 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,15 @@ This is a framework that provides a nice starting point for Mongo, Angular, Epress and Node based projects. It is designed to be a starting point for the development of MEAN based web apps. +### Prerequisites +Mongo - Download and Install mongo - make sure it's running (deafualt port for the connection is 27017) +Express - Comes by the npm install +Angular - Is provide by the node and through the process... +Node - Install node.js -Install +#### Install In the root directory run npm install to get all of the required node modules needed by MEAN. -Modules +### Modules Mean is built in a modular fashion and will provide a larger eco-system implemented as node modules.