File tree 1 file changed +10
-1
lines changed
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]
39
39
Launch your express server in development mode.
40
40
``` bash
41
41
grunt serve
42
+ ```
43
+
44
+ Launch your express server in ` debug-brk ` mode with a node-inspector tab.
45
+ ``` bash
46
+ grunt serve:debug
42
47
```
43
48
44
49
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
230
235
231
236
## Testing
232
237
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.
234
243
235
244
## Contribute
236
245
You can’t perform that action at this time.
0 commit comments