docs(installation): note on post install script

This commit is contained in:
nixa 2016-07-11 17:20:30 +03:00
parent cac851847d
commit 7152220b90

View file

@ -57,6 +57,10 @@ npm install
``` ```
This will setup a working copy of ng2-admin on your local machine. This will setup a working copy of ng2-admin on your local machine.
**Note**: If you have any issues after the installation please run the following command:
```bash
typings install && bower install
```
## Running local copy ## Running local copy
To run a local copy in development mode, execute: To run a local copy in development mode, execute: