Skip to content

Commit

Permalink
Update README with angular-cli doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime GRIS committed Apr 3, 2017
1 parent 7fddc20 commit 5a57578
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ Install dependencies with your favorite dependency manager (npm or yarn) :
npm install
```

If you want to use Angular-cli to generate components & co, you must to install it globally.
Please follow [Angular-cli documentation](https://github.com/angular/angular-cli) if you had installed an old version of angular-cli and need to upgrade it.

``` bash
npm install -g @angular/cli
```


## To build for development

**in a terminal window** -> npm start
Expand Down

0 comments on commit 5a57578

Please sign in to comment.