mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
docs(installation): note on post install script
This commit is contained in:
parent
cac851847d
commit
7152220b90
1 changed files with 4 additions and 0 deletions
|
|
@ -57,6 +57,10 @@ npm install
|
|||
```
|
||||
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
|
||||
|
||||
To run a local copy in development mode, execute:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue