File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,11 @@ yo angular-fullstack [app-name]
3939Launch your express server in development mode.
4040``` bash
4141grunt 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
4449Launch 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
You can’t perform that action at this time.
0 commit comments