Skip to content

Commit 9f5ad2a

Browse files
author
Cory Simmons
committed
Update README.md
1 parent 51cbc84 commit 9f5ad2a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This sample application is featured in our [book](http://goo.gl/gKEsIo) where yo
1212

1313
<a href="http://goo.gl/gKEsIo"><img src="http://www.packtpub.com/sites/default/files/1820OS.jpg"></a>
1414

15-
We've learned a lot while using and supporting AngularJS on the [mailing list](https://groups.google.com/group/angular) and would like to share our experience.
15+
We've learned a lot while using and supporting AngularJS on the [mailing list](https://groups.google.com/group/angular) and would like to share our experience.
1616

1717
## Stack
1818

@@ -82,7 +82,7 @@ Our client application is a straight HTML/Javascript application but our develop
8282
```
8383
8484
(This will install the dependencies declared in the client/package.json file)
85-
85+
8686
## Building
8787
8888
### Configure Server
@@ -121,8 +121,8 @@ angular.module('app').constant('MONGOLAB_CONFIG', {
121121
122122
### Build the client app
123123
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.
124-
* Build client application:
125-
124+
* Build client application:
125+
126126
```
127127
cd client
128128
grunt build
@@ -153,7 +153,7 @@ testing against browsers that you need to support.
153153
### Folders structure
154154
At the top level, the repository is split into a client folder and a server folder. The client folder contains all the client-side AngularJS application. The server folder contains a very basic Express based webserver that delivers and supports the application.
155155
Within the client folder you have the following structure:
156-
* `build` contains build tasks for Grunt
156+
* `node_modules` contains build tasks for Grunt along with other, user-installed, Node packages
157157
* `dist` contains build results
158158
* `src` contains application's sources
159159
* `test` contains test sources, configuration and dependencies

0 commit comments

Comments
 (0)