Skip to content

Commit

Permalink
docs(readme): add new grunt command descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
DaftMonk committed Mar 1, 2014
1 parent 2612f34 commit 8d81d52
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ yo angular-fullstack [app-name]
Launch your express server in development mode.
```bash
grunt serve
```

Launch your express server in `debug-brk` mode with a node-inspector tab.
```bash
grunt serve:debug
```

Launch your express server in production mode, uses the minified/optimized production folder.
Expand Down Expand Up @@ -230,7 +235,11 @@ Keep in mind this client routing is only for improving the user interface. Make

## Testing

Running `grunt test` will run the unit tests with karma.
Running `grunt test` will run the client and server unit tests with karma and mocha.

Use `grunt test:server` to only run server tests.

Use `grunt test:client` to only run client tests.

## Contribute

Expand Down

0 comments on commit 8d81d52

Please sign in to comment.