karideo/front/readme.md

23 lines
143 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:
```
2020-01-04 21:58:40 +01:00
npx ng serve --watch
2019-12-21 21:53:18 +01:00
```