You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 30, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,14 @@ MEAN is a boilerplate that provides a nice starting point for [MongoDB](http://w
6
6
* Node.js - Download and Install [Node.js](http://www.nodejs.org/download/). You can also follow [this gist](https://gist.github.com/isaacs/579814) for a quick and easy way to install Node.js and npm
7
7
* MongoDB - Download and Install [MongoDB](http://www.mongodb.org/downloads) - Make sure it's running on the default port (27017).
8
8
9
+
### Tools Prerequisites
10
+
* NPM - Node.js package manager, should be installed when you install node.js.
11
+
* Bower - Web package manager, installing [Bower](http://bower.io/) is simple when you have npm:
12
+
13
+
```
14
+
$ npm install -g bower
15
+
```
16
+
9
17
### Optional
10
18
* Grunt - Download and Install [Grunt](http://gruntjs.com).
0 commit comments