23 lines
143 B
Markdown
23 lines
143 B
Markdown
|
|
|
|
Start the application:
|
|
|
|
|
|
```
|
|
npm install
|
|
```
|
|
|
|
upgrade package
|
|
```
|
|
npm audit fix
|
|
```
|
|
|
|
|
|
start the application:
|
|
```
|
|
npx ng serve --watch
|
|
```
|
|
|
|
|
|
|