26 lines
249 B
Markdown
26 lines
249 B
Markdown
|
|
|
|
Start the application:
|
|
|
|
|
|
```
|
|
npm install
|
|
```
|
|
|
|
upgrade package
|
|
```
|
|
npm audit fix
|
|
```
|
|
|
|
## npm install -g angular-cli
|
|
|
|
start the application:
|
|
```
|
|
npx ng serve --watch
|
|
```
|
|
|
|
plus facilement:
|
|
npm install @angular-devkit/build-angular@0.901.9
|
|
npm start
|
|
|