Skip to content

Commit c44f429

Browse files
committed
Update README.md
1 parent 4b0b108 commit c44f429

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ $ mean init <myApp>
5050
$ cd <myApp> && npm install
5151
```
5252

53-
### Invoke node with Grunt
54-
We recommend using [Grunt](https://github.com/gruntjs/grunt-cli) to start the server:
53+
### Invoke node with a task manager
54+
Mean supports both grunt and gulp
55+
Run one of the task managers to start the server:
5556
```bash
5657
$ grunt
58+
or
59+
$ gulp
5760
```
58-
If grunt aborts because of JSHINT errors, these can be overridden with the `force` flag:
59-
```bash
60-
$ grunt -f
61-
```
61+
6262
Alternatively, when not using `grunt` (and for production environments) you can run:
6363
```bash
6464
$ node server

0 commit comments

Comments
 (0)