Skip to content

Commit

Permalink
docs(readme): updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DaftMonk committed Nov 27, 2013
1 parent 2e8e7bf commit eb45ff8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@ yo angular-fullstack [app-name]

Launch your express server in development mode.
```
grunt server
grunt serve
```

Launch your express server in production mode, uses the minified/optimized production app folder.
```
grunt server:dist
grunt serve:dist
```

### Livereload

`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.

### Deployment

Expand Down

0 comments on commit eb45ff8

Please sign in to comment.