2019-12-21 21:53:18 +01:00
|
|
|
|
|
|
|
|
|
|
|
Start the application:
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
npm install
|
|
|
|
```
|
|
|
|
|
|
|
|
upgrade package
|
|
|
|
```
|
|
|
|
npm audit fix
|
|
|
|
```
|
|
|
|
|
2020-10-10 22:35:09 +02:00
|
|
|
## npm install -g angular-cli
|
2019-12-21 21:53:18 +01:00
|
|
|
|
|
|
|
start the application:
|
|
|
|
```
|
2020-01-04 21:58:40 +01:00
|
|
|
npx ng serve --watch
|
2019-12-21 21:53:18 +01:00
|
|
|
```
|
|
|
|
|
2020-10-10 22:35:09 +02:00
|
|
|
plus facilement:
|
|
|
|
npm install @angular-devkit/build-angular@0.901.9
|
|
|
|
npm start
|
2019-12-21 21:53:18 +01:00
|
|
|
|