Skip to content

Commit 8d47e52

Browse files
Dane MacaulayDane Macaulay
Dane Macaulay
authored and
Dane Macaulay
committed
updates
1 parent c8af1cd commit 8d47e52

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,15 @@ This repo contains:
88
- a demonstration of Mediator pattern: ``mediatorDemo``
99
- a demonstration of Command pattern: ``commandDemo``
1010

11+
## Running example applications
12+
13+
Grab the serve node module for easy deployment
14+
15+
```bash
16+
npm install -g serve
17+
cd model
18+
serve
19+
```
20+
21+
Goto http://localhost:3000/
22+

0 commit comments

Comments
 (0)