Skip to content

Commit

Permalink
docs(README): fix code layout
Browse files Browse the repository at this point in the history
  • Loading branch information
petebacondarwin committed Jul 23, 2013
1 parent ec8d1f5 commit 9e3d42e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,16 +105,18 @@ angular.module('app').constant('MONGOLAB_CONFIG', {
### Build the client app
The app made up of a number of javascript, css and html files that need to be merged into a final distribution for running. We use the Grunt build tool to do this.
* Build client application:
```
cd client
grunt build
```
```
cd client
grunt build
```
*It is important to build again if you have changed the client configuration as above.*
## Running
### Start the Server
* Run the server
```
cd server
node server.js
Expand Down

0 comments on commit 9e3d42e

Please sign in to comment.