Skip to content

Commit 2e8e7bf

Browse files
committed
Merge branch 'master' of github.com:DaftMonk/generator-angular-fullstack
Conflicts: readme.md
2 parents 1ffd5bd + 8ed50cc commit 2e8e7bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,17 @@ yo angular-fullstack [app-name]
3434

3535
Launch your express server in development mode.
3636
```
37-
grunt serve
37+
grunt server
3838
```
3939

4040
Launch your express server in production mode, uses the minified/optimized production app folder.
4141
```
42-
grunt serve:dist
42+
grunt server:dist
4343
```
4444

4545
### Livereload
4646

47-
`grunt serve` will watch client files in `app/`, and server files inside `lib/`, restarting the Express server when a change is detected.
47+
`grunt server` will watch client files in `app/`, and server files inside `lib/`, restarting the Express server when a change is detected.
4848

4949
### Deployment
5050

0 commit comments

Comments
 (0)