karso/front
2023-11-27 22:29:16 +01:00
..
e2e [DEV] basic functionnal version without history 2023-01-04 22:18:15 +01:00
httpd [DEV] basic functionnal version without history 2023-01-04 22:18:15 +01:00
src [DEV] update the bd models 2023-11-26 14:50:52 +01:00
tests [DEV] basic functionnal version without history 2023-01-04 22:18:15 +01:00
tests-examples [DEV] basic functionnal version without history 2023-01-04 22:18:15 +01:00
.browserslistrc [DEV] basic functionnal version without history 2023-01-04 22:18:15 +01:00
.editorconfig [DEV] basic functionnal version without history 2023-01-04 22:18:15 +01:00
.eslintignore [DEV] basic functionnal version without history 2023-01-04 22:18:15 +01:00
.eslintrc.js [DEV] basic functionnal version without history 2023-01-04 22:18:15 +01:00
.gitignore [DEV] basic functionnal version without history 2023-01-04 22:18:15 +01:00
.prettierignore [DEV] basic functionnal version without history 2023-01-04 22:18:15 +01:00
.prettierrc.json [DEV] basic functionnal version without history 2023-01-04 22:18:15 +01:00
angular.json [DEV] work onn edge and application right ==> refacto th generation of the right 2023-04-22 00:31:37 +02:00
docker-compose.yaml [DEV] basic functionnal version without history 2023-01-04 22:18:15 +01:00
Dockerfile [DEV] basic functionnal version without history 2023-01-04 22:18:15 +01:00
Dockerfile.dev [DEV] basic functionnal version without history 2023-01-04 22:18:15 +01:00
karma.conf.js [DEV] basic functionnal version without history 2023-01-04 22:18:15 +01:00
package-lock.json [DEV] update New models done 2023-11-27 22:29:16 +01:00
package.json [DEV] udpate to the new interfaces and generic JPA 2023-10-15 23:36:57 +02:00
playwright.config.ts [DEV] basic functionnal version without history 2023-01-04 22:18:15 +01:00
protractor.conf.js [DEV] basic functionnal version without history 2023-01-04 22:18:15 +01:00
readme.md [DEV] basic functionnal version without history 2023-01-04 22:18:15 +01:00
tsconfig.json [DEV] work onn edge and application right ==> refacto th generation of the right 2023-04-22 00:31:37 +02:00
tslint.json [DEV] work onn edge and application right ==> refacto th generation of the right 2023-04-22 00:31:37 +02:00

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

Apply linter:

npx ng lint

build the local image:

docker build -t gitea.atria-soft.org/kangaroo-and-rabbit/karso:latest .

docker login gitea.atria-soft.org

docker push gitea.atria-soft.org/kangaroo-and-rabbit/karso:latest