karso/front
2024-05-09 23:48:43 +02: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] fix set of setting but the GUI does not work 2024-05-09 23:48:43 +02: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] update back with archidata and upgrade 2024-05-01 23:13:49 +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.json [FEAT] updat front back-api 2024-05-09 00:18:17 +02:00
playwright.config.ts [DEV] basic functionnal version without history 2023-01-04 22:18:15 +01:00
pnpm-lock.yaml [DEV] update back with archidata and upgrade 2024-05-01 23:13:49 +02: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] update back with archidata and upgrade 2024-05-01 23:13:49 +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