Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
liorkesos committed Mar 2, 2015
1 parent 4b0b108 commit c44f429
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ $ mean init <myApp>
$ cd <myApp> && npm install
```

### Invoke node with Grunt
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
Run one of the task managers to start the server:
```bash
$ grunt
or
$ gulp
```
If grunt aborts because of JSHINT errors, these can be overridden with the `force` flag:
```bash
$ grunt -f
```

Alternatively, when not using `grunt` (and for production environments) you can run:
```bash
$ node server
Expand Down

0 comments on commit c44f429

Please sign in to comment.