Skip to content
This repository was archived by the owner on Sep 10, 2022. It is now read-only.

Commit d589ab0

Browse files
committed
Update usage/install instructions (closes #13)
1 parent deabdc1 commit d589ab0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ A sample web app shell demonstrating a shell + content architecture using [Servi
1919
Install dependencies using npm:
2020

2121
```sh
22-
$ npm install
22+
$ npm install -g gulp nodemon && npm install
2323
```
2424

2525
## Usage
@@ -33,7 +33,7 @@ $ gulp
3333
### Serve/watch
3434

3535
```sh
36-
$ gulp dev
36+
$ nodemon server/app.js && gulp dev
3737
```
3838

3939
You will need to use AppEngine to serve the contents of the directory.

0 commit comments

Comments
 (0)