We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b0b108 commit c44f429Copy full SHA for c44f429
README.md
@@ -50,15 +50,15 @@ $ mean init <myApp>
50
$ cd <myApp> && npm install
51
```
52
53
-### Invoke node with Grunt
54
-We recommend using [Grunt](https://github.com/gruntjs/grunt-cli) to start the server:
+### Invoke node with a task manager
+Mean supports both grunt and gulp
55
+Run one of the task managers to start the server:
56
```bash
57
$ grunt
58
+or
59
+$ gulp
60
-If grunt aborts because of JSHINT errors, these can be overridden with the `force` flag:
-```bash
-$ grunt -f
61
-```
+
62
Alternatively, when not using `grunt` (and for production environments) you can run:
63
64
$ node server
0 commit comments