Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Updated pre-requisites based on confusion and challanges presented in #4
  • Loading branch information
liorkesos committed Jun 19, 2013
1 parent 6a0fb8b commit f4ccd5a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit f4ccd5a

Please sign in to comment.