We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1ffd5bd + 8ed50cc commit 2e8e7bfCopy full SHA for 2e8e7bf
readme.md
@@ -34,17 +34,17 @@ yo angular-fullstack [app-name]
34
35
Launch your express server in development mode.
36
```
37
-grunt serve
+grunt server
38
39
40
Launch your express server in production mode, uses the minified/optimized production app folder.
41
42
-grunt serve:dist
+grunt server:dist
43
44
45
### Livereload
46
47
-`grunt serve` will watch client files in `app/`, and server files inside `lib/`, restarting the Express server when a change is detected.
+`grunt server` will watch client files in `app/`, and server files inside `lib/`, restarting the Express server when a change is detected.
48
49
### Deployment
50
0 commit comments