Add bower to global npm packages

This commit is contained in:
David Francis 2016-06-06 07:48:28 -04:00
parent 5dba55f911
commit 040c8b9de7

View file

@ -39,6 +39,11 @@ npm install --global typings
npm install --global typescript
```
* bower
```
npm install --global bower
```
## Clone repository and install dependencies
You will need to clone the source code of ng2-admin GitHub repository: