karideo/front/readme.md

23 lines
135 B
Markdown
Raw Normal View History

2019-12-21 21:53:18 +01:00
Start the application:
```
npm install
```
upgrade package
```
npm audit fix
```
start the application:
```
npx ng serve
```