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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ Before you begin we recommend you read about the basic building blocks that asse
19
19
Make sure you have installed all of the following prerequisites on your development machine:
20
20
* Node.js - [Download & Install Node.js](https://nodejs.org/en/download/) and the npm package manager. If you encounter any problems, you can also use this [GitHub Gist](https://gist.github.com/isaacs/579814) to install Node.js.
21
21
* MongoDB - [Download & Install MongoDB](http://www.mongodb.org/downloads), and make sure it's running on the default port (27017).
* Bower - You're going to use the [Bower Package Manager](http://bower.io/) to manage your front-end packages. Make sure you've installed Node.js and npm first, then install bower globally using npm:
23
24
24
25
```bash
@@ -31,6 +32,12 @@ $ npm install -g bower
31
32
$ npm install -g grunt-cli
32
33
```
33
34
35
+
* Sass - You're going to use [Sass](http://sass-lang.com/) to compile CSS during your grunt task. Make sure you have ruby installed, and then install Sass using gem install:
36
+
37
+
```bash
38
+
$ gem install sass
39
+
```
40
+
34
41
## Downloading MEAN.JS
35
42
There are several ways you can get the MEAN.JS boilerplate:
0 commit comments