Skip to content

Commit 93b4ae7

Browse files
authored
Update README.md
Add instruction to run bower install when running the app for the first time.
1 parent 372e717 commit 93b4ae7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,19 @@ First, make sure you have the [Polymer CLI](https://www.npmjs.com/package/polyme
99

1010
## Viewing Your Application
1111

12+
If you are trying to run the application for the first time, first run:
13+
14+
```
15+
$ bower install
16+
```
17+
18+
After that you can use the following command to run the application locally:
19+
1220
```
1321
$ polymer serve
1422
```
1523

24+
1625
## Building Your Application
1726

1827
```

0 commit comments

Comments
 (0)