Skip to content

Commit 8d81d52

Browse files
committed
docs(readme): add new grunt command descriptions
1 parent 2612f34 commit 8d81d52

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

Diff for: readme.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ yo angular-fullstack [app-name]
3939
Launch your express server in development mode.
4040
```bash
4141
grunt serve
42+
```
43+
44+
Launch your express server in `debug-brk` mode with a node-inspector tab.
45+
```bash
46+
grunt serve:debug
4247
```
4348

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

231236
## Testing
232237

233-
Running `grunt test` will run the unit tests with karma.
238+
Running `grunt test` will run the client and server unit tests with karma and mocha.
239+
240+
Use `grunt test:server` to only run server tests.
241+
242+
Use `grunt test:client` to only run client tests.
234243

235244
## Contribute
236245

0 commit comments

Comments
 (0)