karso/front
2023-01-13 00:37:42 +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 update with archi-data 2023-01-13 00:37:42 +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] basic functionnal version without history 2023-01-04 22:18:15 +01: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] basic functionnal version without history 2023-01-04 22:18:15 +01:00
package.json [DEV] basic functionnal version without history 2023-01-04 22:18:15 +01: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] basic functionnal version without history 2023-01-04 22:18:15 +01:00
tslint.json [DEV] basic functionnal version without history 2023-01-04 22:18:15 +01: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