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.
1 parent 2e8e7bf commit eb45ff8Copy full SHA for eb45ff8
readme.md
@@ -34,17 +34,17 @@ yo angular-fullstack [app-name]
34
35
Launch your express server in development mode.
36
```
37
-grunt server
+grunt serve
38
39
40
Launch your express server in production mode, uses the minified/optimized production app folder.
41
42
-grunt server:dist
+grunt serve:dist
43
44
45
### Livereload
46
47
-`grunt server` will watch client files in `app/`, and server files inside `lib/`, restarting the Express server when a change is detected.
+`grunt serve` 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