Update README with angular-cli doc

This commit is contained in:
Maxime GRIS
2017-04-03 15:24:42 +02:00
parent 7fddc20484
commit 5a57578b47

View File

@@ -29,6 +29,14 @@ Install dependencies with your favorite dependency manager (npm or yarn) :
npm install 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 ## To build for development
**in a terminal window** -> npm start **in a terminal window** -> npm start