karideo/front/readme.md

43 lines
505 B
Markdown
Raw Normal View History

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
2022-04-01 01:41:06 +02:00
Apply linter:
==============
```
npx ng lint
```
build the local image:
docker build -t gitea.atria-soft.org/kangaroo-and-rabbit/karideo:latest .
docker login gitea.atria-soft.org
docker push gitea.atria-soft.org/kangaroo-and-rabbit/karideo:latest